Hi, Is there a simple method of searching a string for a unicode substring and replacing it with the correct character?
At this stage, I'm not really worried about the unicode itself but I have substrings within my string like '\U+00B0' which I'd like to replace with chr(176). Is there a simple way of doing this? ~Dave -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
