We have problem with scandic charset.
We have localization file as *.yml and database which contains also some localization.
Problem is that when we use Actionview helper it destroys scandic charset by removing characters from the string.
If we use normal html tags like span or p then it works just fine.
Any ideas why the problem is only with helpers?