Yes of course I modify the text every time but same aI say, it's appear ok in every groups until I make a complete refresh. In the modules.xml file the letter is saved with 2 "?" .
On my PC Debian Mono is in :
daniel@PCDM-2007:~$ mono --version
Mono JIT compiler version 4.0.4 (Stable 4.0.4.1/5ab4c0d Tue Aug 25 23:11:51 UTC 2015)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. [url=http://www.mono-project.com]www.mono-project.com[/url]
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
daniel@PCDM-2007:~$
But on my RasPI under Wheezy :
pi@HG-LAna ~ $ mono --version
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-4+rpi1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. [url=http://www.mono-project.com]www.mono-project.com[/url]
TLS: __thread
SIGSEGV: normal
Notifications: epoll
Architecture: armel,vfp+hard
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen
pi@HG-LAna ~ $
What I can do for update RasPI with mono 4.0.4. Pass it on Jessie or change sources.lst ?
Cheers
Dani