Hello,

is there also a way to convert CP1250 to UTF8 and vice versa?

Best regards,

Lukas


On Fri, 27 Jan 2017 14:08:42 +0100, Hans Hagen <pra...@wxs.nl> wrote:

On 1/27/2017 1:48 PM, Procházka Lukáš Ing. wrote:
Hello,

does ConTeXt contain a built-in Lua conversion routine to convert text
in UTF-16 (and others) to UTF-8 string?

Something like:

----
\startluacode
  local str = "A unicode string" -- Or e.g. string loaded from a file

  str = convert(str, "utf16", "utf8")

  context(str)
\stopuacode
----

utf.utf16_to_utf8_le
utf.utf16_to_utf8_be
utf.utf32_to_utf8_le
utf.utf32_to_utf8_be

normally when files are in utf16 and have a bom they will be dealt with
properly

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.      | mailto:pon...@pontex.cz | http://www.pontex.cz | 
IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396
Tel.: +420 241 096 751

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to