typograph 0.0.1.pre.1
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +17 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +22 -0
- data/README.md +46 -0
- data/Rakefile +21 -0
- data/lib/typograph/adapter.rb +26 -0
- data/lib/typograph/adapters/russian.rb +267 -0
- data/lib/typograph/processor.rb +55 -0
- data/lib/typograph/version.rb +3 -0
- data/lib/typograph.rb +10 -0
- data/spec/data/_test.dr_death.dat +2 -0
- data/spec/data/_test.fazeful.dat +2 -0
- data/spec/data/_test.isaykin.dat +50 -0
- data/spec/data/_test.typo-basic.dat +227 -0
- data/spec/data/_test.typo-dizzyman.dat +35 -0
- data/spec/data/_test.typo-html.dat +72 -0
- data/spec/data/_test.typo-latest.dat +290 -0
- data/spec/data/_test.typo-not_used.dat +2 -0
- data/spec/data/_test.typo-phones.dat +14 -0
- data/spec/data/_test.typo-quotes.dat +35 -0
- data/spec/data/_test.typo-symbols.dat +83 -0
- data/spec/data/_test.typo-unix.dat +2 -0
- data/spec/typograph_spec.rb +39 -0
- data/spec/xml/core.xml +107 -0
- data/spec/xml/russian.xml +1066 -0
- data/typograph.gemspec +26 -0
- metadata +154 -0
@@ -0,0 +1,227 @@
|
|
1
|
+
� ����
|
2
|
+
� ����
|
3
|
+
|
4
|
+
������� ��� ������
|
5
|
+
������� ��� ������
|
6
|
+
|
7
|
+
������� ����� ������
|
8
|
+
������� ����� ������
|
9
|
+
|
10
|
+
����� "�� ������". asdfasdfasdf
|
11
|
+
����� ��� ������. asdfasdfasdf
|
12
|
+
|
13
|
+
����� "�� ������".
|
14
|
+
����� ��� ������.
|
15
|
+
|
16
|
+
���� ��...
|
17
|
+
���� ��
|
18
|
+
|
19
|
+
� ����
|
20
|
+
� ����
|
21
|
+
|
22
|
+
� ����
|
23
|
+
� ����
|
24
|
+
|
25
|
+
some code to "change". for real...
|
26
|
+
some code to �change�. for real�
|
27
|
+
|
28
|
+
��������� "�������"... � ����������
|
29
|
+
��������� �������껅 � ����������
|
30
|
+
|
31
|
+
button "English Pages".
|
32
|
+
button �English Pages�.
|
33
|
+
|
34
|
+
button "English Pages"?
|
35
|
+
button �English Pages�?
|
36
|
+
|
37
|
+
���������...
|
38
|
+
���������
|
39
|
+
|
40
|
+
...���������?
|
41
|
+
����������?
|
42
|
+
|
43
|
+
(...���������?)
|
44
|
+
(����������?)
|
45
|
+
|
46
|
+
(���������...)
|
47
|
+
(���������)
|
48
|
+
|
49
|
+
word "go out..." doubleword
|
50
|
+
word �go out�� doubleword
|
51
|
+
|
52
|
+
word "go out..."
|
53
|
+
word �go out��
|
54
|
+
|
55
|
+
word "...go out..." doubleword
|
56
|
+
word ��go out�� doubleword
|
57
|
+
|
58
|
+
word "...go out"
|
59
|
+
word ��go out�
|
60
|
+
|
61
|
+
"go out!"
|
62
|
+
�go out!�
|
63
|
+
|
64
|
+
"go out?"
|
65
|
+
�go out?�
|
66
|
+
|
67
|
+
"go out."
|
68
|
+
�go out.�
|
69
|
+
|
70
|
+
123 "go out!"
|
71
|
+
123 �go out!�
|
72
|
+
|
73
|
+
123 "go out?"
|
74
|
+
123 �go out?�
|
75
|
+
|
76
|
+
123 "go out."
|
77
|
+
123 �go out.�
|
78
|
+
|
79
|
+
123 "go out!" 123
|
80
|
+
123 �go out!� 123
|
81
|
+
|
82
|
+
123 "go out?" 232
|
83
|
+
123 �go out?� 232
|
84
|
+
|
85
|
+
123 "go out." 321
|
86
|
+
123 �go out.� 321
|
87
|
+
|
88
|
+
"go out!" 123
|
89
|
+
�go out!� 123
|
90
|
+
|
91
|
+
"go out?" 232
|
92
|
+
�go out?� 232
|
93
|
+
|
94
|
+
"go out." 321
|
95
|
+
�go out.� 321
|
96
|
+
|
97
|
+
word "quoted" word
|
98
|
+
word �quoted� word
|
99
|
+
|
100
|
+
"quoted" word word
|
101
|
+
�quoted� word word
|
102
|
+
|
103
|
+
word word "quoted"
|
104
|
+
word word �quoted�
|
105
|
+
|
106
|
+
word "quo ted" word
|
107
|
+
word �quo ted� word
|
108
|
+
|
109
|
+
"quo ted" word word
|
110
|
+
�quo ted� word word
|
111
|
+
|
112
|
+
word word "quo ted"
|
113
|
+
word word �quo ted�
|
114
|
+
|
115
|
+
123-123
|
116
|
+
123�123
|
117
|
+
|
118
|
+
������ �������
|
119
|
+
������ �������
|
120
|
+
|
121
|
+
����������"�������"
|
122
|
+
���������� ��������
|
123
|
+
|
124
|
+
"_"
|
125
|
+
�_�
|
126
|
+
|
127
|
+
"������-����"
|
128
|
+
�������-�����
|
129
|
+
|
130
|
+
"ICQ #"
|
131
|
+
�ICQ #�
|
132
|
+
|
133
|
+
C++-API
|
134
|
+
C++-API
|
135
|
+
|
136
|
+
"c:\www\sites\"
|
137
|
+
�c:\www\sites\�
|
138
|
+
|
139
|
+
"������� 09"
|
140
|
+
�������� 09�
|
141
|
+
|
142
|
+
"������:"
|
143
|
+
�������:�
|
144
|
+
|
145
|
+
��������� ����� �������� � 17", � ������ ��������� � 1,5"
|
146
|
+
��������� ����� �������� � 17", � ������ ��������� � 1,5"
|
147
|
+
|
148
|
+
"����� �����*"
|
149
|
+
������ �����*�
|
150
|
+
|
151
|
+
"Ÿ ����� �; ����� ����� ������� / ���� ���������� ����� ����� �� ���� �� ���������� ��" � � ���� ���������� ������ ������� ���������, �������� �������
|
152
|
+
�Ÿ ����� �; ����� ����� ������� / ���� ���������� ����� ����� �� ���� �� ���������� ��� � � ���� ���������� ������ ������� ���������, �������� �������
|
153
|
+
|
154
|
+
"� ����� ����� � �. �. ��������"
|
155
|
+
�� ����� ����� � �.�. ��������
|
156
|
+
|
157
|
+
"I was with A. M. Thompson"
|
158
|
+
�I was with A.M. Thompson�
|
159
|
+
|
160
|
+
"������? - �����!"
|
161
|
+
�������? � �����!�
|
162
|
+
|
163
|
+
"����� ��� ������� ����...", - �������� ��������� "��������"
|
164
|
+
������ ��� ������� ���养, � �������� ��������� ����������
|
165
|
+
|
166
|
+
����� �� ���� "��������!" - ������� ���������.
|
167
|
+
����� �� ���� ���������!� � ������� ���������.
|
168
|
+
|
169
|
+
http://rmcreative.ru/ - ��� ���� "���������"
|
170
|
+
http://rmcreative.ru/ � ��� ���� ����������
|
171
|
+
|
172
|
+
!!!",
|
173
|
+
!!!�,
|
174
|
+
|
175
|
+
!!!".
|
176
|
+
!!!�.
|
177
|
+
|
178
|
+
!!!"!
|
179
|
+
!!!�!
|
180
|
+
|
181
|
+
"���������", -- ������� ����� ,����������� ������.
|
182
|
+
����������, � ������� �����, ����������� ������.
|
183
|
+
|
184
|
+
� ���� ���� ����� �� ����� "�"!
|
185
|
+
� ���� ���� ����� �� ����� ���!
|
186
|
+
|
187
|
+
"Star Flyer Inc."
|
188
|
+
�Star Flyer Inc.�
|
189
|
+
|
190
|
+
LO'����
|
191
|
+
LO’����
|
192
|
+
|
193
|
+
v. 1.0.2
|
194
|
+
v. 1.0.2
|
195
|
+
|
196
|
+
��� "���� � ������"
|
197
|
+
<nobr>��� ����� � ������</nobr>
|
198
|
+
|
199
|
+
�. �������
|
200
|
+
�. �������
|
201
|
+
|
202
|
+
�.�������
|
203
|
+
�. �������
|
204
|
+
|
205
|
+
���. ��������
|
206
|
+
���. ��������
|
207
|
+
|
208
|
+
���. ������
|
209
|
+
���. ������
|
210
|
+
|
211
|
+
���.27
|
212
|
+
���. 27
|
213
|
+
|
214
|
+
2007�.
|
215
|
+
2007 �.
|
216
|
+
|
217
|
+
2007 �.
|
218
|
+
2007 �.
|
219
|
+
|
220
|
+
������( ������������! )
|
221
|
+
������ (������������!)
|
222
|
+
|
223
|
+
100 ���. ���.
|
224
|
+
100 ���. ���.
|
225
|
+
|
226
|
+
1000000���.
|
227
|
+
1000000 ���.
|
@@ -0,0 +1,35 @@
|
|
1
|
+
����� � ���������� �������� � �����.
|
2
|
+
����� � ���������� �������� � �����.
|
3
|
+
|
4
|
+
� ����� � ����, � ����, � ����, ��� ����, ����??? ��???
|
5
|
+
� ����� � ����, � ����, � ����, ��� ����, ���� ��
|
6
|
+
|
7
|
+
� : ���� . ������ , ����� ; ������� ... ���������� ! ������� ?
|
8
|
+
�: ����. ������, �����; ������� ����������! �������?
|
9
|
+
|
10
|
+
�, , ����,, ������. .. �����;;;;;; ������?? ������ : : ����������?!!! !!!! �� .. �x? ? ? ?������:::: ������!!!!!!!!!
|
11
|
+
�, ����, ������ �����; ������? ������: ����������?!! ��. ��??? ������: ������!!!
|
12
|
+
|
13
|
+
� ����. . . . . ���-��, , ,,, ,, ��������? ? ? ???
|
14
|
+
� ���� ���-��, ��������???
|
15
|
+
|
16
|
+
...����! (��������?) (���������...) ( ... ��������� : ) (����� ... ) "... ������" " ... ������ " (�����,)
|
17
|
+
�����! (��������?) (���������) (����������) (�����) �������� �������� (�����)
|
18
|
+
|
19
|
+
(,�����) (� �������!) (:��) (�����:) (;����������) (�) (�������������,) (����������.) (�������...)
|
20
|
+
(�����) (� �������!) (��) (�����) (����������) (�) (�������������) (����������.) (�������)
|
21
|
+
|
22
|
+
��� ��� �� ������ ;) �� ���������� :))?
|
23
|
+
��� ��� �� ������ ;) �� ���������� :))?
|
24
|
+
|
25
|
+
(((( � ���� ��������� ������? ) ��� ������?
|
26
|
+
� �� ���� :))
|
27
|
+
|
28
|
+
��� � ����� :))))) ������ ������ ��� ��� :)), � � ����� ))))))))) ��� ��� )
|
29
|
+
��� � ����� :)) ������ ������ ��� ��� :)), � � �����) ��� ���)
|
30
|
+
|
31
|
+
("�������) ("� ������ �������" ����� ) (������������" �������� ) !
|
32
|
+
("�������) ("� ������ �������" �����) (������������" ��������)!
|
33
|
+
|
34
|
+
����� "� ��������,". ���� "�� �����:"... ������������� ";� ����������": ������� "�������!"; ���������� "! �������"? ��� "�����..."!
|
35
|
+
����� �� ���������. ���� ��� �����:�... ������������� �� �����������: ������� ��������!�; ���������� ��������? ��� �����!
|
@@ -0,0 +1,72 @@
|
|
1
|
+
<i>� ������� ��������� "� ����������� ������������". </i>
|
2
|
+
<i>� ������� ��������� �� ����������� ������������. </i>
|
3
|
+
|
4
|
+
<b aaa="1">
|
5
|
+
<b aaa="1">
|
6
|
+
|
7
|
+
<b aaa="1" bbb="2">
|
8
|
+
<b aaa="1" bbb="2">
|
9
|
+
|
10
|
+
<b aaa="1" bbb="2" ccc="3">
|
11
|
+
<b aaa="1" bbb="2" ccc="3">
|
12
|
+
|
13
|
+
<b aaa="1" bbb="2" ccc="3" ddd="4">
|
14
|
+
<b aaa="1" bbb="2" ccc="3" ddd="4">
|
15
|
+
|
16
|
+
|
17
|
+
123 <img alt=":)" src="/images/smiles/smile.gif"> 123
|
18
|
+
123 <img alt=":)" src="/images/smiles/smile.gif"> 123
|
19
|
+
|
20
|
+
<img alt=":)" src="/images/smiles/smile.gif">
|
21
|
+
<img alt=":)" src="/images/smiles/smile.gif">
|
22
|
+
|
23
|
+
<a href="http://www.professionalconsulting.ru/blog/realcms/">"CMS �� ����� ����"</a>
|
24
|
+
<a href="http://www.professionalconsulting.ru/blog/realcms/">�CMS �� ����� ����</a>
|
25
|
+
|
26
|
+
<img width="200" height="150" src="/images/cds.jpg" alt="/images/cds.jpg">
|
27
|
+
<img width="200" height="150" src="/images/cds.jpg" alt="/images/cds.jpg">
|
28
|
+
|
29
|
+
<b>"done"</b>
|
30
|
+
<b>�done�</b>
|
31
|
+
|
32
|
+
"<b>done</b>"
|
33
|
+
�<b>done</b>�
|
34
|
+
|
35
|
+
"word" <pre as="is" is="as">"q"</pre> "word"
|
36
|
+
�word� <pre as="is" is="as">"q"</pre> �word�
|
37
|
+
|
38
|
+
"word" <pre as="is" is="as"> word "q"</pre> "word"
|
39
|
+
�word� <pre as="is" is="as"> word "q"</pre> �word�
|
40
|
+
|
41
|
+
"word" <pre as="is" is="as">word</pre> "word"
|
42
|
+
�word� <pre as="is" is="as">word</pre> �word�
|
43
|
+
|
44
|
+
doo "bee" <!-- doo "bee" --> doo
|
45
|
+
doo �bee� <!-- doo "bee" --> doo
|
46
|
+
|
47
|
+
(c) <pre>(c)</pre> (c) <pre>(c)</pre> (c)
|
48
|
+
� <pre>(c)</pre> � <pre>(c)</pre> �
|
49
|
+
|
50
|
+
(c) <pre>(c)</pre> (c) (c)
|
51
|
+
� <pre>(c)</pre> � �
|
52
|
+
|
53
|
+
word "<a href="http://url.ru/">word</a>".
|
54
|
+
word �<a href="http://url.ru/">word</a>�.
|
55
|
+
|
56
|
+
radio "<a href="http://ya.ru/">voice of africa</a>" ddddd
|
57
|
+
radio �<a href="http://ya.ru/">voice of africa</a>� ddddd
|
58
|
+
|
59
|
+
"text" <pre> "code" </pre> "text"
|
60
|
+
�text� <pre> "code" </pre> �text�
|
61
|
+
|
62
|
+
text <a href="htrt" b="sdf">kiss "me" </a> text
|
63
|
+
text <a href="htrt" b="sdf">kiss �me� </a> text
|
64
|
+
|
65
|
+
"<a href="http://rmc.net.ru/article/photo/001/">����������</a>"
|
66
|
+
�<a href="http://rmc.net.ru/article/photo/001/">����������</a>�
|
67
|
+
|
68
|
+
������� ��� ������ ������ "<a href="http://rmc.net.ru/article/photo/001/">����������</a>", ���� ����� ������������� ��������� ���� ����.
|
69
|
+
������� ��� ������ ������ �<a href="http://rmc.net.ru/article/photo/001/">����������</a>�, ���� ����� ������������� ��������� ���� ����.
|
70
|
+
|
71
|
+
<img src="http://dash-domain-here.com" alt="http://dash-domain-here.com">
|
72
|
+
<img src="http://dash-domain-here.com" alt="http://dash-domain-here.com">
|
@@ -0,0 +1,290 @@
|
|
1
|
+
10 ��
|
2
|
+
10 ��
|
3
|
+
|
4
|
+
10��
|
5
|
+
10 ��
|
6
|
+
|
7
|
+
"�����" , �����
|
8
|
+
������, �����
|
9
|
+
|
10
|
+
����� , "�����"
|
11
|
+
�����, ������
|
12
|
+
|
13
|
+
'�����' , �����
|
14
|
+
'�����', �����
|
15
|
+
|
16
|
+
����� , '�����'
|
17
|
+
�����, '�����'
|
18
|
+
|
19
|
+
"����"<tag>"����"
|
20
|
+
�����<tag>�����
|
21
|
+
|
22
|
+
������. "��� ���" ���xcvxv � ���. ��� "���"
|
23
|
+
������. ���� ��� ���xcvxv � ���. ��� ����
|
24
|
+
|
25
|
+
�� "����"- ���
|
26
|
+
�� �����- ���
|
27
|
+
|
28
|
+
�������� v.2.0
|
29
|
+
�������� v. 2.0
|
30
|
+
|
31
|
+
10�2
|
32
|
+
10 �<sup>2</sup>
|
33
|
+
|
34
|
+
1100��, 920 ��.
|
35
|
+
1100 ��, 920 ��.
|
36
|
+
|
37
|
+
����,����
|
38
|
+
����, ����
|
39
|
+
|
40
|
+
���� ,����
|
41
|
+
����, ����
|
42
|
+
|
43
|
+
����, ����
|
44
|
+
����, ����
|
45
|
+
|
46
|
+
����;����
|
47
|
+
����; ����
|
48
|
+
|
49
|
+
���� ;����
|
50
|
+
����; ����
|
51
|
+
|
52
|
+
����; ����
|
53
|
+
����; ����
|
54
|
+
|
55
|
+
����:����
|
56
|
+
����: ����
|
57
|
+
|
58
|
+
���� :����
|
59
|
+
����: ����
|
60
|
+
|
61
|
+
����: ����
|
62
|
+
����: ����
|
63
|
+
|
64
|
+
����.����
|
65
|
+
����. ����
|
66
|
+
|
67
|
+
���� .����
|
68
|
+
����. ����
|
69
|
+
|
70
|
+
����. ����
|
71
|
+
����. ����
|
72
|
+
|
73
|
+
����!����
|
74
|
+
����! ����
|
75
|
+
|
76
|
+
���� !����
|
77
|
+
����! ����
|
78
|
+
|
79
|
+
����! ����
|
80
|
+
����! ����
|
81
|
+
|
82
|
+
����?����
|
83
|
+
����? ����
|
84
|
+
|
85
|
+
���� ?����
|
86
|
+
����? ����
|
87
|
+
|
88
|
+
����? ����
|
89
|
+
����? ����
|
90
|
+
|
91
|
+
����(����
|
92
|
+
���� (����
|
93
|
+
|
94
|
+
1 x 2
|
95
|
+
1×2
|
96
|
+
|
97
|
+
� ����� ����� ����� ���� �� ����!
|
98
|
+
� ����� ����� ����� ���� �� ����!
|
99
|
+
|
100
|
+
3,65
|
101
|
+
3,65
|
102
|
+
|
103
|
+
22:33
|
104
|
+
22:33
|
105
|
+
|
106
|
+
����- � �������������
|
107
|
+
����- � �������������
|
108
|
+
|
109
|
+
�������� ��� �����ݻ �������� �������腓
|
110
|
+
�������� ��� �����ݻ �������� �������腓
|
111
|
+
|
112
|
+
�� ������������ � ������������� ������������� �Ի.
|
113
|
+
�� ������������ � ������������� ������������� �Ի.
|
114
|
+
|
115
|
+
"������������ ���"
|
116
|
+
������������� ���
|
117
|
+
|
118
|
+
"���� - ���"
|
119
|
+
����� � ����
|
120
|
+
|
121
|
+
22:33
|
122
|
+
22:33
|
123
|
+
|
124
|
+
22,33
|
125
|
+
22,33
|
126
|
+
|
127
|
+
��������� � ���������� �������
|
128
|
+
��������� � ���������� �������
|
129
|
+
|
130
|
+
������ -- ������� ������.
|
131
|
+
������ � ������� ������.
|
132
|
+
|
133
|
+
���, ���
|
134
|
+
���, ���
|
135
|
+
|
136
|
+
����� :( ����
|
137
|
+
����� :( ����
|
138
|
+
|
139
|
+
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />��(� �.�. �� ���������� ����������); ���������� �������� ������ � ������������; ������������� ������ � ������������ (� �.�. �� ���������� ����������)
|
140
|
+
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br />��(� �.�. �� ���������� ����������); ���������� �������� ������ � ������������; ������������� ������ � ������������ (� �.�. �� ���������� ����������)
|
141
|
+
|
142
|
+
���������� 300dpi (��� ������).
|
143
|
+
���������� 300 dpi (��� ������).
|
144
|
+
|
145
|
+
���������� 300px (��� ������).
|
146
|
+
���������� 300 px (��� ������).
|
147
|
+
|
148
|
+
� ���� ������ ����� ��������.
|
149
|
+
� ���� ������ ����� ��������.
|
150
|
+
|
151
|
+
���� �������� � ������� ��� �� ���� ���������. � �� ���������� �� ������ ���-�� ���������.
|
152
|
+
���� ��������, � ������� ��� �� ���� ���������. � �� ����������, �� ������ <nobr>���-��</nobr> ���������.
|
153
|
+
|
154
|
+
��� �� ��� �� ����� �� ��� �� ��� �� ��� �� �������. � �������� ���� ������ �� ���������� ���� � ��� ���� ������.
|
155
|
+
<nobr>���-��</nobr> <nobr>���-��</nobr> <nobr>�����-��</nobr> <nobr>���-��</nobr> <nobr>���-��</nobr> <nobr>���-��</nobr> �������. � �������� <nobr>����-������</nobr> �� ���������� ���� � <nobr>���-����</nobr> ������.
|
156
|
+
|
157
|
+
� ��������� ����� ����������� ������������� �������, ��� ��: ������, �����, ����, �����.
|
158
|
+
� ��������� ����� ����������� ������������� �������, ��� ��: ������, �����, ����, �����.
|
159
|
+
|
160
|
+
����� �� ��� - �� ����������, �� ���- �� �� ���.
|
161
|
+
����� �� <nobr>���-��</nobr> ����������, �� <nobr>���-��</nobr> �� ���.
|
162
|
+
|
163
|
+
������ �� ����� ������. � ���� ����� ��, ��� ����� ��� ����, ������ ��� �� ���� ����� ������ �����. ���� ���� ���.
|
164
|
+
<nobr>������-��</nobr> ����� ������. � ���� <nobr>�����-��</nobr>, ��� ����� ��� ����, ������ ��� �� ���� ����� ������ �����. <nobr>����-����</nobr> ���.
|
165
|
+
|
166
|
+
��� ��� �����. ��� ���� ���������. ��� �� ����, ��� �� ���, ��� � ����, ��� � ����.
|
167
|
+
<nobr>���-���</nobr> �����. <nobr>���-����</nobr> ���������. ��� �� ����, ��� �� ���, ��� � ����, ��� � ����.
|
168
|
+
|
169
|
+
���������, ���� � ���������� ���� ������ ������������, ��� ���� ��������� ������� ����� �������� � ������ ������. �� ���� � ����� ��� �������, � ���� ����� ���� ��������.
|
170
|
+
���������, ���� � ���������� ���� ������ ������������, <nobr>���-����</nobr> ��������� ������� ����� �������� � ������ ������. �� ���� � ����� ��� �������, � ���� ����� ���� ��������.
|
171
|
+
|
172
|
+
�� �� ���� �������� ��������� ������. �� ��� ����������� ������ ����� � ���� ��������� ������.
|
173
|
+
<nobr>��-��</nobr> ���� �������� ��������� ������. <nobr>��-���</nobr> ����������� ������ ����� � ���� ��������� ������.
|
174
|
+
|
175
|
+
������!? ������!!! ��������??? ������?? ������!! ��������.. ���������...
|
176
|
+
������?! ������!!! ��������??? ������? ������! ��������. ���������
|
177
|
+
|
178
|
+
��������� ���� �������� : ��� ,����� , �����, ��� ; ������ � ����� ����� .
|
179
|
+
��������� ���� ��������: ���, �����, �����, ���; ������ � ����� �����.
|
180
|
+
|
181
|
+
��� ������.� ��� ���...� ��� ��� ���!..������ ��???��� ��������.
|
182
|
+
��� ������. � ��� ���� ��� ��� ���!.. ������ ��??? ��� ��������.
|
183
|
+
|
184
|
+
- � ����� �����... - ����� ����������? - ���, �����.
|
185
|
+
� � ����� ����� � ����� ����������? � ���, �����.
|
186
|
+
|
187
|
+
123-32
|
188
|
+
123�32
|
189
|
+
|
190
|
+
(�) 1999-2003�., ��� "����� "���������". ��� ����� ��������.
|
191
|
+
� <nobr>1999�2003 ��.</nobr>, <nobr>��� ������ ����������</nobr>. ��� ����� ��������.
|
192
|
+
|
193
|
+
��� ��������: "� ���� ��� ����� ������� - "����������"".
|
194
|
+
��� ��������: �� ���� ��� ����� ������� � „����������“�.
|
195
|
+
|
196
|
+
10,34���., 23���.����., 64 ���.����, 34.3�, 56$, 3,65��
|
197
|
+
10,34 ���., 23 ���. ����., 64 ���. ����, 34.3 €, 56 $, 3,65 �.�.
|
198
|
+
|
199
|
+
���, ���, ����� � ��., � �.�.. ������, ������� � ��. �������-�����.
|
200
|
+
���, ���, ����� <nobr>� �.�.</nobr>, <nobr>� �.�.</nobr> ������, ������� <nobr>� �.�.</nobr> <nobr>�������-�����</nobr>.
|
201
|
+
|
202
|
+
������ �������� � ������� ��.������� �������. ��� ��.�������.
|
203
|
+
������ �������� � ������� ��. ������� �������. ��� ��. �������.
|
204
|
+
|
205
|
+
���������� ��. ��. 8, ���.34, ���.3 ��� ���.3.
|
206
|
+
���������� ��. ��. 8, ���. 34, ���. 3 ��� ���. 3.
|
207
|
+
|
208
|
+
���, ����, ���� � ��. ������.
|
209
|
+
���, ����, ���� � ��. ������.
|
210
|
+
|
211
|
+
�.������, ��.������, �. 4
|
212
|
+
�. ������, ��. ������, �. 4
|
213
|
+
|
214
|
+
P.S. ������ ����.
|
215
|
+
<nobr>P.S.</nobr> ������ ����.
|
216
|
+
|
217
|
+
P.P.S. � ��� ����.
|
218
|
+
<nobr>P.P.S.</nobr> � ��� ����.
|
219
|
+
|
220
|
+
Ƹ���-��������� ����. ������-��-���� �������� �����.
|
221
|
+
<nobr>Ƹ���-���������</nobr> ����. <nobr>������-��-����</nobr> �������� �����.
|
222
|
+
|
223
|
+
��� "����� "��������", ��� "�����������������"
|
224
|
+
<nobr>��� ������ ���������, ��� ������������������</nobr>
|
225
|
+
|
226
|
+
���� 5773-90 - ���������� ����������� ������� �������
|
227
|
+
<nobr>���� 5773–90 �</nobr> ���������� ����������� ������� �������
|
228
|
+
|
229
|
+
~23,5�
|
230
|
+
<nobr>~23,5 �</nobr>
|
231
|
+
|
232
|
+
123 456 789 ���. � ������ ����������� 3 200 �������.
|
233
|
+
123 456 789 ���. � ������ ����������� 3 200 �������.
|
234
|
+
|
235
|
+
����� localhost - 127.0.0.1
|
236
|
+
����� localhost � <nobr>127.0.0.1</nobr>
|
237
|
+
|
238
|
+
��� ������� ��������� ����� 1999-2001�.�., �� ����� XX-XXI�.
|
239
|
+
��� ������� ��������� ����� <nobr>1999�2001 ��.</nobr>, �� ����� <nobr>XX�XXI ��.</nobr>
|
240
|
+
|
241
|
+
�������� ��� �������� 17.02.1983�. � ������� ���� ���� 07.03.93 ����.
|
242
|
+
�������� ��� �������� <nobr>17.02.1983 �.</nobr> � ������� ���� ���� <nobr>07.03.93</nobr> ����.
|
243
|
+
|
244
|
+
������������� ��������� 14-24 ��������, � ������� ���� � 11:30-13:00.
|
245
|
+
������������� ��������� <nobr>14�24 ��������</nobr>, � ������� ���� � <nobr>11:30�13:00</nobr>.
|
246
|
+
|
247
|
+
�������� ������ � ������-��� ����� ����.
|
248
|
+
�������� ������ � ��������� ����� ����.
|
249
|
+
|
250
|
+
IV � �� �.�, � V-VI�� �� ��., ������ �. �.�.
|
251
|
+
IV <nobr>�. �� �.�.</nobr>, � <nobr>V�VI ��. �� �.�.</nobr>, ������ <nobr>�. �.�.</nobr>
|
252
|
+
|
253
|
+
�.�.������, ������ �.�.
|
254
|
+
�.�.������, ������ �.�.
|
255
|
+
|
256
|
+
...����� �. �. ������ ������ � ������ ( ��� ���� "��������� ������" � 45) ������� Weather Forecast(r), �� �� ������� ����� ������ - ����������� ������� +-451F.
|
257
|
+
������ �. �. ������ ������ � ������ (��� ���� ���������� ������ № 45) ������� Weather Forecast<sup><small>®</small></sup>, �� �� ������� ����� ������ � ����������� ������� ±<nobr>451 °F</nobr>.
|
258
|
+
|
259
|
+
������, �������� ���� ����� ����������������, �����: "... ��������� ��� ���������, �������� �� �������������� ����� � ���������� �����, ��������� �������� �����...".
|
260
|
+
������, �������� ���� ����� ����������������, �����: �� ��������� ��� ���������, �������� �� �������������� ����� � ���������� �����, ��������� �������� �������.
|
261
|
+
|
262
|
+
�� ��������� ������� 32 �3 ����, �� ������� 4�3 ������� ��� ������ �� 25�� �����, ������ �� 6�.
|
263
|
+
�� ��������� ������� 32 �<sup>3</sup> ����, �� ������� 4 �<sup>3</sup> ������� ��� ������ �� 25 �� �����, ������ �� 6 �.
|
264
|
+
|
265
|
+
������� � 20 �������
|
266
|
+
������� � 20 �������
|
267
|
+
|
268
|
+
��. � 125 �2, 4 ����
|
269
|
+
��. � 125 �<sup>2</sup>, 4 ����
|
270
|
+
|
271
|
+
3/8��������
|
272
|
+
3/8 ��������
|
273
|
+
|
274
|
+
� 1 ��������
|
275
|
+
� 1 ��������
|
276
|
+
|
277
|
+
����,- ����
|
278
|
+
����,- ����
|
279
|
+
|
280
|
+
��� ������
|
281
|
+
<span style="white-space: nowrap;">���������</span>
|
282
|
+
|
283
|
+
���������
|
284
|
+
<span style="white-space: nowrap;">���������</span>
|
285
|
+
|
286
|
+
�� �� �����
|
287
|
+
<span style="white-space: nowrap;">����</span> �����
|
288
|
+
|
289
|
+
���� �����
|
290
|
+
<span style="white-space: nowrap;">����</span> �����
|
@@ -0,0 +1,14 @@
|
|
1
|
+
���: 89101231231
|
2
|
+
<span style="white-space:nowrap">���: 8 (910) 123-12-31</span>
|
3
|
+
|
4
|
+
���./����(812)
|
5
|
+
���./����: (812)
|
6
|
+
|
7
|
+
���. 123-45-67
|
8
|
+
���. 123-45-67
|
9
|
+
|
10
|
+
8-960-288-38-67
|
11
|
+
8-960-288-38-67
|
12
|
+
|
13
|
+
+7 (3452) 55-66-77, 8 905 555-55-55
|
14
|
+
<nobr>+7 (3452) 55-66-77</nobr>, <nobr>8 905 555-55-55</nobr>
|