Re: [Asterisk-java-users] Cannot Run HelloEvents Example
Brought to you by:
srt
From: Stefan R. <ste...@re...> - 2007-01-18 23:02:55
|
Burak Do=F0ru=F6z wrote: > The problem is at ManagerReaderImpl class where it gets name and value = pairs > from manager and calls lowercase. My system converts ActionID to action= =FDd as > lowercase of char "I" is "=FD" in my locale (Turkish). So later checkin= g for > key "actionid" returns a null value. Modifying the name field (setting = it to > actionid) resolved the case. I never expected the lower case of I to be something else than i :) Would a better fix for this problem be to replace all calls to toLowerCase() by toLowerCase(Locale.ENGLISH) ? =3DStefan --=20 reuter network consulting Neusser Str. 110 50760 Koeln Germany Telefon: +49 221 1305699-0 Telefax: +49 221 1305699-90 E-Mail: ste...@re... Jabber: ste...@re... |