Posts Tagged ‘Can’t find bundle for base name’

Can’t find bundle for base name and unicode characters

Sunday, May 3rd, 2009

I got the following error when I launched the application:

Can’t find bundle for base name bundles/AssistBundle, locale si_SI.

The application worked fine yesterday and it stopped working today. I supposed that the resourceBundle file got to large. I deleted some keys but it did not help. It was also strange to me that the application worked for some languages and it did not work for others.

I found out the mistake after one hour. The error arised because I mistyped an unicode code (\u016i instead of \u0161). I have put character i instead of number 1. Unicode code must have the following format: \uNNNN.