Character Set Issue

wonko

New member
This effects me both in basic scripting and ASH, and is really starting to get on my nerves.

Code:
 > effects

jaba?ero saucesphere (376)
jalape?o saucesphere (386)

So if I try to do:

Code:
> cast 1 jaba?ero saucesphere

I get nothing. As my terminal doesn't support extended character sets, how do I put the ntilde in there so that my cast works correctly?

What is the proper escaped sequence to make this work? If it doesn't work from the CLI, I don't care, as long as it works from ASH.

Thanks!

-brian
 

wonko

New member
cast 1 jaba

and

cast 1 jala

worked, putting saucesphere at the end screwed it up though.

fuzzy matching also works in ASH?

sk = $skill[jala];

like that?

Thanks!!!!

-brian
 
Top