android setText with hebrew string in BaseAdapter cause stackoverflow
问题 i've built a BaseAdapter extended class for my list view.. inside i have a TextView field which i want to set by code. this field represent a facebook status of the user. this field sometimes gets a text in hebrew, and then it crashes by stackoverflow error. important to add that this ain't happened when the text the field gets is in english, and when i've tried to debug it to find the problem, i've used setText with hebrew string inside an activity (not a BaseAdapter) and it worked fine.