PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Unicode control symbols
Unicode control symbols
Started by priv!5v4r0v6n+8v1yr66nMtznvy+p1z, Oct., 04 2024 4:59 PM - No answer
Posted on October, 04 2024 - 4:59 PM
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.