Ruby and Rails Books (Links/Requests)

jonjonson

Местный
Регистрация
4 Мар 2004
Сообщения
145
Реакции
28
Credits
0
Strings are fundamentally different in Ruby 1.8 and Ruby 1.9:

In Ruby 1.8, strings are a sequence of bytes. When strings are used to represent text (instead of binary data), each byte of the string is assumed to represent a single ASCII character. In 1.8, the individual elements of a string are not characters, but numbers—the actual byte value or character encoding.

In Ruby 1.9, on the other hand, strings are true sequences of characters, and those characters need not be confined to the ASCII character set. In 1.9, the individual elements of a string are characters—represented as strings of length 1—rather than integer character codes. Every string has an encoding that specifies the correspondence between the bytes in the string and the characters those bytes represent. Encodings such as the UTF-8 encoding of Unicode characters use variable numbers of bytes for each character, and there is no longer a 1-to-1 (nor even a 2-to-1) correspondence between bytes and characters.
и так далее... Например, глава 2.4.1. Specifying Program Encoding.

OReilly - The Ruby Programming Language

Видимо плохо ищите.
 

jonjonson

Местный
Регистрация
4 Мар 2004
Сообщения
145
Реакции
28
Credits
0
Удалите дубль
 
Последнее редактирование модератором:

Deadlysleep

Турист
Регистрация
4 Май 2005
Сообщения
6
Реакции
0
Credits
12
Спасибо огромное, однако все равно методы upcase, downcase и т.д. в Ruby с кириллицей не работают...
 

_lamer_

Местный
Регистрация
11 Авг 2005
Сообщения
66
Реакции
19
Credits
110
Deadlysleep, спроси лучше тут: хттп://groups.google.com/group/ror2ru
 

echo

Местный
Регистрация
3 Мар 2004
Сообщения
1,353
Реакции
1,700
Credits
0
Wiley - Professional Ruby on Rails

Wiley - Professional Ruby on Rails.pdf

047022388X.jpg


Download:
Для просмотра ссылки Войди или Зарегистрируйся

Password:
Professional+Ruby-on_Rails=Wiley

Bookmarks have been created.
 

echo

Местный
Регистрация
3 Мар 2004
Сообщения
1,353
Реакции
1,700
Credits
0

_lamer_

Местный
Регистрация
11 Авг 2005
Сообщения
66
Реакции
19
Credits
110
Programming Ruby 3: The Pragmatic Programmers' Guide, 3rd Edition (Beta)
by Dave Thomas, with Chad Fowler and Andy Hunt

не попадалась?
 

_lamer_

Местный
Регистрация
11 Авг 2005
Сообщения
66
Реакции
19
Credits
110
Название: Гибкая разработка веб-приложений в среде Rails
Original: Pragmatic - Agile Web Development with Rails 2nd
9060983dd977.jpg

download: Для просмотра ссылки Войди или Зарегистрируйся (20,8 Mb) (c) Для просмотра ссылки Войди или Зарегистрируйся

P.S.: Огромное спасибо Для просмотра ссылки Войди или Зарегистрируйся и NataHaus
P.S.S.: Читал бумажный вариант, довольно неплохой перевод ;-)
 
Последнее редактирование модератором: