Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 5de68bb

Browse files
authored
Merge pull request #9889 from dksimpson/locale-fix-M36029
Fix confusing 'omitted' wording
2 parents 05af7b5 + 87c815d commit 5de68bb

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

docs/t-sql/statements/windows-collation-name-transact-sql.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Specifies the Windows collation name in the COLLATE clause in [!INCLUDE[ssNoVers
3131
## Syntax
3232

3333
```
34-
3534
<Windows_collation_name> :: =
3635
CollationDesignator_<ComparisonStyle>
3736
@@ -44,7 +43,7 @@ CollationDesignator_<ComparisonStyle>
4443

4544
## Arguments
4645

47-
*CollationDesignator*
46+
*CollationDesignator*
4847
Specifies the base collation rules used by the Windows collation. The base collation rules cover the following:
4948

5049
- The sorting and comparison rules that are applied when dictionary sorting is specified. Sorting rules are based on alphabet or language.
@@ -62,20 +61,20 @@ Some examples are:
6261
**AI** specifies accent-insensitive, **AS** specifies accent-sensitive.
6362

6463
*KanatypeSensitive*
65-
**Omitted** specifies kanatype-insensitive, **KS** specifies kanatype-sensitive.
64+
Omitting this option specifies kanatype-insensitive, **KS** specifies kanatype-sensitive.
6665

6766
*WidthSensitivity*
68-
**Omitted** specifies width-insensitive, **WS** specifies width-sensitive.
67+
Omitting this option specifies width-insensitive, **WS** specifies width-sensitive.
6968

7069
*VariationSelectorSensitivity*
71-
**Applies to**: Starting with [!INCLUDE[ssSQL15](../../includes/sssqlv14-md.md)]
70+
- **Applies to**: Starting with [!INCLUDE[ssSQL15](../../includes/sssqlv14-md.md)]
7271

73-
**Omitted** specifies variation selector-insensitive, **VSS** specifies variation selector-sensitive.
72+
- Omitting this option specifies variation selector-insensitive, **VSS** specifies variation selector-sensitive.
7473

7574
**UTF8**
76-
**Applies to**: Starting with [!INCLUDE[sql-server-2019](../../includes/sssqlv15-md.md)]
75+
- **Applies to**: Starting with [!INCLUDE[sql-server-2019](../../includes/sssqlv15-md.md)]
7776

78-
Specifies UTF-8 enconding to be used for eligible data types. For more information, see [Collation and Unicode Support](../../relational-databases/collations/collation-and-unicode-support.md).
77+
- Specifies UTF-8 enconding to be used for eligible data types. For more information, see [Collation and Unicode Support](../../relational-databases/collations/collation-and-unicode-support.md).
7978

8079
**BIN**
8180
Specifies the backward-compatible binary sort order to be used.
@@ -192,10 +191,10 @@ The following table lists all Windows collations supported in [!INCLUDE[ssCurren
192191
|Quechua (Peru)|Latin1_General_100_|Not available|
193192
|Romansh (Switzerland)|Romansh_100_|Not available|
194193
|Sami (Inari, Finland)|Sami_Sweden_Finland_100_|Not available|
195-
|Sami (Lule,Norway)|Sami_Norway_100_|Not available|
194+
|Sami (Lule, Norway)|Sami_Norway_100_|Not available|
196195
|Sami (Lule, Sweden)|Sami_Sweden_Finland_100_|Not available|
197196
|Sami (Northern, Finland)|Sami_Sweden_Finland_100_|Not available|
198-
|Sami (Northern,Norway)|Sami_Norway_100_|Not available|
197+
|Sami (Northern, Norway)|Sami_Norway_100_|Not available|
199198
|Sami (Northern, Sweden)|Sami_Sweden_Finland_100_|Not available|
200199
|Sami (Skolt, Finland)|Sami_Sweden_Finland_100_|Not available|
201200
|Sami (Southern, Norway)|Sami_Norway_100_|Not available|

0 commit comments

Comments
 (0)