Skip to content

Commit

Permalink
article: text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrehtrb committed Aug 29, 2024
1 parent 9110d6b commit 9698b73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/posts/2024/08/collation-and-encoding-in-databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ ORDER BY [Name];

| Name | Encoding | Considers casing in comparisons | Considers accents in comparisons |
|:-:|:-:|:-:|:-:|
| Latin1_General_CI_AS | Windows-1252 | No | Yes |
| Latin1_General_100_CI_AS_KS_SC_UTF8 | UTF-8<br>(code page 65001) | No | Yes |
| Latin1_General_100_CS_AS_KS_SC_UTF8 | UTF-8<br>(code page 65001) | Yes | Yes |
| Latin1_General_<br>CI_AS | Windows-1252 | No | Yes |
| Latin1_General_<br>100_CI_AS_<br>KS_SC_UTF8 | UTF-8<br>(code page 65001) | No | Yes |
| Latin1_General_<br>100_CS_AS_<br>KS_SC_UTF8 | UTF-8<br>(code page 65001) | Yes | Yes |

## Unicode, UTF-8 and UTF-16

Expand Down
6 changes: 3 additions & 3 deletions src/posts/2024/08/collation-e-encoding-em-bancos-de-dados.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ ORDER BY [Name];

| Nome | Encoding | Considera *casing* em comparações | Considera acentos em comparações |
|:-:|:-:|:-:|:-:|
| Latin1_General_CI_AS | Windows-1252 | Não | Sim |
| Latin1_General_100_CI_AS_KS_SC_UTF8 | UTF-8<br>(code page 65001) | Não | Sim |
| Latin1_General_100_CS_AS_KS_SC_UTF8 | UTF-8<br>(code page 65001) | Sim | Sim |
| Latin1_General_<br>CI_AS | Windows-1252 | Não | Sim |
| Latin1_General_<br>100_CI_AS_<br>KS_SC_UTF8 | UTF-8<br>(code page 65001) | Não | Sim |
| Latin1_General_<br>100_CS_AS_<br>KS_SC_UTF8 | UTF-8<br>(code page 65001) | Sim | Sim |

## Unicode, UTF-8 e UTF-16

Expand Down

0 comments on commit 9698b73

Please sign in to comment.