PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Unicode control symbols
Unicode control symbols
Débuté par priv!5v4r0v6n+8v1yr66nMtznvy+p1z, 04 oct. 2024 16:59 - Aucune réponse
Posté le 04 octobre 2024 - 16:59
Hey everyone!

An xml file created on basis of xsd schema. The data comes from an excel file. Numeric fields have no problems, but only until they are not converted to strings. Text fields cause error, which says that this value is not accepted by pattern - [\P{Cc}]+ 

According to web research, this pattern - regex requires that strings contain no Unicode control symbols(those symbols are invisible). I tried to apply UnicodeToAnsi() method, but it didn't help.

Any ideas, advices? Thank you in advance.