Skip to content

Instantly share code, notes, and snippets.

@kiwijunglist
kiwijunglist / Translate(str)
Created August 12, 2013 11:28
Translate unicode html string to normal text
Str := "Вселенная 4 се
зон. Что падае
т из космоса"
msgbox % Translate(str)
Translate(Str)
{
NewStr := Str
Pos = 1