SQLite Forum

Unicode and CLI for Mac
Login
> use locale;

I was asking you to run the `locale` command at the terminal prompt. Here's what I get:

```
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=
```

-----

And you?