CCnvCharacterSetConverter, "How to create a character conversion plug-in DLL"

Login to reply to this topic.
Wed, 2005-08-24 15:56
Joined: 2005-08-15
Forum posts: 2
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.

Thu, 2005-08-25 01:20
Joined: 2005-06-13
Forum posts: 68
Re: CCnvCharacterSetConverter, "How to create a character conver
Hi there,

Mmm writing a char set conversion plugin is something I was planning on doing for Shift-JIS (oops nearly wrote shit-jis there Wink).  But you know the char set conversion dlls you need might already be present on some Symbian device somewhere, so you might not need to write a plug-in yourself.  I guess you already know about the method which lists the char set conversion dlls present on the device.

Sorry I can't give you any *pratical* information Wink.

Thanks,

Nikolas.

If we fall down it's so we can learn to pick ourselves up.

Thu, 2005-08-25 08:43
Joined: 2005-08-15
Forum posts: 2
Re: CCnvCharacterSetConverter, "How to create a character conver
Well, the device I have Nokia3650 Does Not support iso885913,
  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.
  • Login to reply to this topic.