<div>I wanted to ask what the present state of unicode support is now.</div><div><br></div><div>I'm running into problems with some various strings.  Sometimes when a string contains a unicode character postgresql won't allow the insert/update.  Also, some MP3 tags contain UTF16, UTF16BE and I really don't know of the best practice on how to handle multi-byte characters in code.  </div>
<div><br></div><div>I have 3 representations of the same string for all ID3 frames for my MP3 tag reader.  I have to say - this has become an issue.  </div><div><br></div><div>Anyone want to comment on direction of FPC for Unicode... Ie I think the string field should be able to re-map to UTF8.  Is that something that can be done?  </div>
<div><br></div><div>What can I do to support unicode in the serving of pages/files/documents/music without having to have encoding aware code.</div><div><br></div><a href="http://wiki.freepascal.org/FPC_Unicode_support">http://wiki.freepascal.org/FPC_Unicode_support</a>