Hi All,
Need to create an UltraEdit script to convert characters within an open file.
1 Option is Unicode to Hexa like:
2 Option is Hexa to Unicode like:
List of characters to ignore during conversion:
ignore_chars = ["&", "&", "&", "<", "<", "<", ">", ">", ">", "'", "'", "'"]
Can anyone help me...
Need to create an UltraEdit script to convert characters within an open file.
1 Option is Unicode to Hexa like:
Code:
Unicode "α" to "α" HexaUnicode "β" to "β" HexaUnicode "γ" to "γ" HexaUnicode "δ" to "δ" HexaUnicode "ε" to "ε" HexaUnicode "ζ" to "ζ" HexaUnicode "À" to "À" HexaUnicode "Á" to "Á" Hexa
2 Option is Hexa to Unicode like:
Code:
Hexa "α" to "α" UnicodeHexa "β" to "β" UnicodeHexa "γ" to "γ" UnicodeHexa "δ" to "δ" UnicodeHexa "ε" to "ε" UnicodeHexa "ζ" to "ζ" UnicodeHexa "À" to "À" UnicodeHexa "Á" to "Á" Unicode
List of characters to ignore during conversion:
ignore_chars = ["&", "&", "&", "<", "<", "<", ">", ">", ">", "'", "'", "'"]
Can anyone help me...
statistics: Posted by Samir — 12:16 - Today — Replies 0 — Views 3