CCnvCharacterSetConverter, "How to create a character conversion plug-in DLL"
| Wed, 2005-08-24 15:56 | |
|
This issue is described in Symbian OS Docs:
  http://www.symbian.com/developer/techlib/v8.1adocs/doc_source/n1032a/Charconv/CreatingAPluginDLL.guide.html ...but I was unable to find any examples.... I need Conversion plugin for iso885913. Maybe Someone already did imlement it (or any other iso8859* encoding) and could share the source (or at least the .ctl file). Thanx. |
|






Forum posts: 68
Mmm writing a char set conversion plugin is something I was planning on doing for Shift-JIS (oops nearly wrote shit-jis there
Sorry I can't give you any *pratical* information
Thanks,
Nikolas.
If we fall down it's so we can learn to pick ourselves up.
Forum posts: 2
 the method PrepareToConvertToOrFromL(.......) != CCnvCharacterSetConverter::EAvailable
however there is a workaround, iso88594 is a subset of iso885913, but iso88594 lacks currency pound symbol and some others.
As a temporary solution I did convert my data to iso88594, which is supported by the device.
Still I would like to write that .dll, since you don't have to worry then if the target device supports that encoding or not.
Mindaugas.