On 6/14/2017 2:07 PM, Procházka Lukáš Ing. wrote:
Hello,
is there also a way to convert CP1250 to UTF8 and vice versa?
regimes.toregime('8859-1',"abcde Ä","?")
there's also fromregime
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
___________________________________________________________________________________
--
-----------------------------------------------------------------
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
___________________________________________________________________________________