Simon, On Fri, Jun 24, 2016 at 11:44 AM, Simon Slavin <slav...@bigfraud.org> wrote: > > On 24 Jun 2016, at 4:37pm, Igor Korot <ikoro...@gmail.com> wrote: > >> Now are all those scenarios correct? >> Will me and my German friend be able to open each other db and work with >> them? > > Yes. Unless there's a bug somewhere. Programs which call the SQLite API > should not be doing anything different just because they have a different > code page selected. Nor should they interpret a character different > depending on whether it was typed on a keyboard or entered using the ALT-key > method. Nor should a character be interpreted differently because you're > running a German version of the OS instead of a USA version of the OS. > > Esset is esset. The character that looks like that should not have different > values.
Do you have an international version of OSX or an English one? Can you check if there is a difference between using <ALT+num> method and just entering the symbol from the keyboard method from the SQLite byte sequence POV? As you can see from the log session I posted the SELECT SQLite_master correctly displays the table name. Which probably means that if I right now install the German keyboard and try to type that character I will get the same byte sequence. Or not and I'm completely off here? Thank you. > > Simon. > _______________________________________________ > sqlite-users mailing list > sqlite-users@mailinglists.sqlite.org > http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users