javascript - create word search puzzle using jquery for non english characters -


i trying create word search puzzle game using this

http://jsfiddle.net/sirmarcio/jtn0mchd/

this problem area

$(document).ready( function () {     var words = "raúl,maría,heißt,touch";     $("#cuadricula").wordsearchwidget({"wordlist" : words,"gridsize" : 10}); }); 

i not pasting whole code available on jsfiddle, not code using reference

and referring this

placing words in table grid in word search puzzle?

as can see trying few non english words, while words raúl,maría work properly

heißt 

ends heisst ,

does javascript , matter jquery support such words , , how can use heißt is, reference these words donot end splitting way are.

the http headers must indicate utf-8, if using utf-8.

this appears problem jsfiddle not recognizing have utf-8 in copy/paste snippet , sending js responses without header.

naturally, if have problems headers, you're not going want testing using third party vendors, not jsfiddle, @ least.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -