diff options
author | Vipul A M <vipulnsward@gmail.com> | 2013-06-15 13:45:28 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2013-06-15 13:45:28 +0530 |
commit | ecd48f71af4af1dcf49fd9cea42eeaf9fa1d9495 (patch) | |
tree | 13e523a9e8bb231eefc599ac2fc6970daf9c44eb /guides/source | |
parent | 7ca82da6b0d467beed53f0501f6f3d8f9816787e (diff) | |
download | rails-ecd48f71af4af1dcf49fd9cea42eeaf9fa1d9495.tar.gz rails-ecd48f71af4af1dcf49fd9cea42eeaf9fa1d9495.tar.bz2 rails-ecd48f71af4af1dcf49fd9cea42eeaf9fa1d9495.zip |
Change "." to ":" for formatting purpose
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md index 2fb0cd7c72..393ed671b0 100644 --- a/guides/source/getting_started.md +++ b/guides/source/getting_started.md @@ -1662,7 +1662,7 @@ Two very common sources of data that are not UTF-8: in the browser. This also applies to your i18n translation files. Most editors that do not already default to UTF-8 (such as some versions of Dreamweaver) offer a way to change the default to UTF-8. Do so. -* Your database. Rails defaults to converting data from your database into UTF-8 at +* Your database: Rails defaults to converting data from your database into UTF-8 at the boundary. However, if your database is not using UTF-8 internally, it may not be able to store all characters that your users enter. For instance, if your database is using Latin-1 internally, and your user enters a Russian, Hebrew, or Japanese |