Hi,
When importing a language pack (lang-pt_br12-351b.zip) from SugarForge the process seems to finish ok. But there is a system error issued about the length. Neverthless the Terminology table gets populated BUT the accented chars are removed from the strings.
Fabio
During my testing on our SP1 beta, I did not notice the system error you mention, but I did notice a problem with our handling of comments. The problem is that we were not treating both \r and \n as line terminators.
I also did not notice a problem with the accents, but I may not be looking at the same accents you are. Can you provide a specific label name that is missing the accent?
Fix _code\LanguagePackImport.cs Line 201.while ( nListStart < sData.Length && sData[nListStart] != '\r' && sData[nListStart] != '\n' )