Quantcast
Channel: UltraEdit, UltraCompare, UEStudio forums
Viewing all articles
Browse latest Browse all 307

Scripts • Character Conversion

$
0
0
Hi All,

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 Samir12:16 - Today — Replies 0 — Views 3



Viewing all articles
Browse latest Browse all 307

Trending Articles