[Groonga-commit] ranguba/rroonga at e748f87 [master] tutorial: remove needless code

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Nov 17 22:19:29 JST 2015


Kouhei Sutou	2015-11-17 22:19:29 +0900 (Tue, 17 Nov 2015)

  New Revision: e748f87c998a7b8a24292eae39b786452b00e542
  https://github.com/ranguba/rroonga/commit/e748f87c998a7b8a24292eae39b786452b00e542

  Message:
    tutorial: remove needless code
    
    Normally, the default encoding is UTF-8.

  Modified files:
    doc/text/tutorial.md

  Modified: doc/text/tutorial.md (+0 -5)
===================================================================
--- doc/text/tutorial.md    2015-11-10 23:28:08 +0900 (4a8ce60)
+++ doc/text/tutorial.md    2015-11-17 22:19:29 +0900 (d3ba527)
@@ -16,11 +16,6 @@ Please execute irb with loading Rroonga with this command:
     % irb --simple-prompt -r groonga
     >>
 
-Now you use UTF-8 as the encoding of database.
-
-    >> Groonga::Context.default_options = {:encoding => :utf8}
-    => {:encoding=>:utf8}
-
 Then, try to create database in a file.
 
     >> Groonga::Database.create(:path => "/tmp/bookmark.db")
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index