On Sat, Apr 28, 2012 at 11:02 PM, David Sommerseth <openvpn.l...@topphemmelig.net> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 28/04/12 20:29, Alon Bar-Lev wrote: >> Visual Studio 2010 editor supports UTF-8 files, we can store files >> in standard encoding. >> >> Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com> --- >> src/openvpn/openvpn_win32_resources.rc | 4 +++- >> src/openvpnserv/openvpnserv_resources.rc | 4 +++- 2 files >> changed, 6 insertions(+), 2 deletions(-) > > I'm not giving it a NACK, just thinking aloud. Would it make the > world simpler and easier if we just skipped this fancy copyright > symbol with '(C)'? Unless there are other characters "outside 7 bit > ASCII" table in these files, maybe that would be just as good? > > Just a thought.
Well, we can write plain ASCII "(C)"... But in Windows in most cases the unicode (C) character is used... Now finally that Visual studio supports UTF-8, it is even simpler (possible) to maintain UTF-8 only tree! So question was correct to old times, now there is no overhead. Alon.