aboutsummaryrefslogtreecommitdiff
path: root/files/ru
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-06-01 01:52:39 +0000
committerMDN <actions@users.noreply.github.com>2021-06-01 01:52:39 +0000
commit0f8f6f360cbbbf19bd60f14974b710faad611fc4 (patch)
tree3678156d9b7e97be8902e9456fa5240aec502248 /files/ru
parent014deec01edb3b0db63a822f38e33572627bb3c7 (diff)
downloadtranslated-content-0f8f6f360cbbbf19bd60f14974b710faad611fc4.tar.gz
translated-content-0f8f6f360cbbbf19bd60f14974b710faad611fc4.tar.bz2
translated-content-0f8f6f360cbbbf19bd60f14974b710faad611fc4.zip
[CRON] sync translated content
Diffstat (limited to 'files/ru')
-rw-r--r--files/ru/_redirects.txt1
-rw-r--r--files/ru/_wikihistory.json14
-rw-r--r--files/ru/orphaned/web/guide/localizations_and_character_encodings/index.html (renamed from files/ru/web/guide/localizations_and_character_encodings/index.html)3
3 files changed, 10 insertions, 8 deletions
diff --git a/files/ru/_redirects.txt b/files/ru/_redirects.txt
index 5b8b92e802..ac286b6904 100644
--- a/files/ru/_redirects.txt
+++ b/files/ru/_redirects.txt
@@ -614,6 +614,7 @@
/ru/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document /ru/docs/Web/Guide/HTML/Using_HTML_sections_and_outlines
/ru/docs/Web/Guide/HTML/Tips_for_authoring_fast-loading_HTML_pages /ru/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages
/ru/docs/Web/Guide/HTML/Using_data_attributes /ru/docs/Learn/HTML/Howto/Use_data_attributes
+/ru/docs/Web/Guide/Localizations_and_character_encodings /ru/docs/orphaned/Web/Guide/Localizations_and_character_encodings
/ru/docs/Web/Guide/Графика /ru/docs/Web/Guide/Graphics
/ru/docs/Web/Guide/Производительность /ru/docs/Web/Guide/Performance
/ru/docs/Web/HTML/CORS_settings_attributes /ru/docs/Web/HTML/Attributes/crossorigin
diff --git a/files/ru/_wikihistory.json b/files/ru/_wikihistory.json
index 46f8df7e43..8dc219163b 100644
--- a/files/ru/_wikihistory.json
+++ b/files/ru/_wikihistory.json
@@ -15392,13 +15392,6 @@
"lerniri"
]
},
- "Web/Guide/Localizations_and_character_encodings": {
- "modified": "2020-12-14T08:44:06.511Z",
- "contributors": [
- "azahw935",
- "bogpok"
- ]
- },
"Web/Guide/Parsing_and_serializing_XML": {
"modified": "2020-10-11T12:29:17.772Z",
"contributors": [
@@ -25692,6 +25685,13 @@
"Grakov"
]
},
+ "orphaned/Web/Guide/Localizations_and_character_encodings": {
+ "modified": "2020-12-14T08:44:06.511Z",
+ "contributors": [
+ "azahw935",
+ "bogpok"
+ ]
+ },
"orphaned/Web/HTML/Element/element": {
"modified": "2019-03-23T22:16:19.667Z",
"contributors": [
diff --git a/files/ru/web/guide/localizations_and_character_encodings/index.html b/files/ru/orphaned/web/guide/localizations_and_character_encodings/index.html
index 1da05508fd..e40c707ea0 100644
--- a/files/ru/web/guide/localizations_and_character_encodings/index.html
+++ b/files/ru/orphaned/web/guide/localizations_and_character_encodings/index.html
@@ -1,7 +1,8 @@
---
title: Локализация и кодировка символов
-slug: Web/Guide/Localizations_and_character_encodings
+slug: orphaned/Web/Guide/Localizations_and_character_encodings
translation_of: Web/Guide/Localizations_and_character_encodings
+original_slug: Web/Guide/Localizations_and_character_encodings
---
<p>По умолчанию браузер обрабатывает текст в кодировке Юникод (Unicode). При этом, при передаче информации через сеть (network) к браузеру символы кодируются байтами (см. <a href="https://en.wikipedia.org/wiki/Character_encoding">кодирование символов</a>). <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset">Стандартом HTML</a> рекомендуется использовать кодировку UTF-8 (which can represent all of Unicode) and regardless of the encoding used requires Web content to declare what encoding was used.</p>