iLanguage / ilanguagelab

Automatically exported from code.google.com/p/ilanguagelab
0 stars 0 forks source link

Setup Inuktitut on development computer #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of addition of this task:
Setup the environment 

When reviewing task, please focus on:
check if it shows/types correct fonts 

After the review, please add a xxx to yyy wiki page.
Steps to how to setup 

After the review, the expected next step is to:
Begin working 

Original issue reported on code.google.com by hisako...@gmail.com on 1 Oct 2011 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by hisako...@gmail.com on 21 Oct 2011 at 9:56

GoogleCodeExporter commented 9 years ago

Original comment by gina.c.c...@gmail.com on 9 Nov 2011 at 11:03

GoogleCodeExporter commented 9 years ago
To add to the wiki:
For Snow Leopard, this also needs to be done (Lion is UTF-8 by default)

This is when it started working in Java/Groovy:

  * created a file /etc/launchd.conf and put this into it:
   * setenv JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8

For general purposes:
  * added this to my ~/.vimrc
   * set encoding=utf-8
   * set fileencoding=utf-8
  *added this to my /etc/bashrc
   * export LC_CTYPE=en_CA.UTF-8
   * export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8

  * Changed my Terminal > Preferences > Encodings to only UTF-8, and Terminal > Preferences > Settings > Advanced > International to UTF-8 (I also put the Font to Menlo)

Original comment by gina.c.c...@gmail.com on 9 Nov 2011 at 11:06

GoogleCodeExporter commented 9 years ago

Original comment by a...@ilanguage.ca on 10 Nov 2011 at 12:35

GoogleCodeExporter commented 9 years ago

Original comment by hisako...@gmail.com on 21 Nov 2011 at 8:13