Jump to content
  • 0

Hungarian character label problem


SilentZone

Question

Hi!

I have is a short writing scripts which encrypts label.

There's just one problem ... That if you write accented letters in two piece star ejects. All other characters good.

These characters are: í, ű, á, é, ú, ő, ó, ü, ö ( Hungarian character )

addEventHandler("onClientGUIChanged", regpw, function(element)  
        local back= "" 
        for i = 1, string.len(guiGetText(regpw)), 1 do 
            back = back .. "*" 
        end 
        guiSetText(regpwlabel, back) 
    end) 

( Sorry for writing errors. I know a little English. )

Link to comment

4 answers to this question

Recommended Posts

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...