Skip to content

Commit 97746fa

Browse files
committed
acrolinx
1 parent fab2f15 commit 97746fa

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-netapp-files/understand-path-lengths.md

Whitespace-only changes.

articles/azure-netapp-files/understand-volume-languages.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ Characters outside of the BMP sometimes exceed the 3-byte size supported by Azur
1616

1717
Nonstandard encoding, such as [Shift-JIS](https://wikipedia.org/wiki/Shift_JIS) and less common [CJK characters](https://en.wikipedia.org/wiki/List_of_CJK_fonts), also don't display properly when UTF-8 is enforced in Azure NetApp Files. In general, it's recommended to send and receive text using UTF-8 to avoid situations where characters can't be translated properly, which can cause file creation/rename or copy error scenarios.
1818

19-
The volume language settings currently can't be modified in Azure NetApp Files. See [Protocol behaviors with special character sets](#protocol-behaviors-with-special-character-sets) for more information about character behavior across different protocols.
19+
The volume language settings currently can't be modified in Azure NetApp Files. For more information, see [Protocol behaviors with special character sets](#protocol-behaviors-with-special-character-sets).
2020

2121
For best practices, see [Character set best practices](#character-set-best-practices).
2222

2323
## Character encoding in Azure NetApp Files NFS and SMB volumes
2424

25-
In an Azure NetApp Files file sharing environment, file and folder names are represented by a series of characters that end users read and interpret. The way those characters are displayed depends on how the client sends and receives encoding of those characters. For instance, if a client is sending legacy [ASCII (American Standard Code for Information Interchange)](https://www.ascii-code.com/) encoding to the Azure NetApp Files volume when accessing it, then it is limited to displaying only characters that are supported in the ASCII format.
25+
In an Azure NetApp Files file sharing environment, file and folder names are represented by a series of characters that end users read and interpret. The way those characters are displayed depends on how the client sends and receives encoding of those characters. For instance, if a client is sending legacy [ASCII (American Standard Code for Information Interchange)](https://www.ascii-code.com/) encoding to the Azure NetApp Files volume when accessing it, then it's limited to displaying only characters that are supported in the ASCII format.
2626

2727
For instance, the Japanese character for data is 資. Since this character can't be represented in ASCII, a client using ASCII encoding show a “?” instead of 資.
2828

@@ -139,7 +139,7 @@ When file or directory names exceed the allowed character bytes or use unsupport
139139

140140
- It truncates the original file or directory name.
141141
- It appends a tilde (~) and a numeral (1-5) to file or directory names that are no longer unique after being truncated.
142-
If there are more than five files with nonunique names, Azure NetApp Files creates a unique name with no relation to the original name. In the case of files, Azure NetApp Files truncates the file name extension to three characters.
142+
If there are more than five files with nonunique names, Azure NetApp Files creates a unique name with no relation to the original name. For files, Azure NetApp Files truncates the file name extension to three characters.
143143

144144
For example, if an NFS client creates a file named `specifications.html`, Azure NetApp Files creates the file name `specif~1.htm` following the 8.3 format. If this name already exists, Azure NetApp Files uses a different number at the end of the file name. For example, if an NFS client then creates another file named `specifications\_new.html`, the 8.3 format of `specifications\_new.html` is `specif~2.htm`.
145145

@@ -162,7 +162,7 @@ File names may not display as expected depending on the font used as some consol
162162

163163
:::image type="content" source="./media/understand-volume-languages/nfsv3-directory.png" alt-text="Screenshot of dir output.":::
164164

165-
This can be addressed on Windows clients by using [PowerShell ISE](/powershell/scripting/windows-powershell/ise/introducing-the-windows-powershell-ise?view=powershell-7.4), which provides more robust font changes. For instance, setting the PowerShell ISE to Segoe UI displays the file names with supported characters properly.
165+
This can be addressed on Windows clients by using [PowerShell ISE](/powershell/scripting/windows-powershell/ise/introducing-the-windows-powershell-ise), which provides more robust font changes. For instance, setting the PowerShell ISE to Segoe UI displays the file names with supported characters properly.
166166

167167
:::image type="content" source="./media/understand-volume-languages/powershell-nfsv3-output.png" alt-text="Screenshot of dir output in PowerShell.":::
168168

@@ -173,7 +173,7 @@ However, PowerShell ISE is designed for scripting, rather than managing shares.
173173
174174
:::image type="content" source="./media/understand-volume-languages/chcp-output.png" alt-text="Screenshot of command output.":::
175175

176-
If the volume is enabled for dual-protocol (both NFS and SMB), you might observe different behaviors. For more information on dua-protocol, see [Dual protocol behaviors with special character sets](#dual-protocol-behaviors).
176+
If the volume is enabled for dual-protocol (both NFS and SMB), you might observe different behaviors. For more information, see [Dual protocol behaviors with special character sets](#dual-protocol-behaviors).
177177

178178

179179
## NFS behaviors
@@ -437,7 +437,7 @@ For instance, a folder name created using SMB on an Azure NetApp Files volume wi
437437
- [Greek](https://unicodeplus.com/block/0370) "ͶΘΩ"
438438
- [Cyrillic](https://unicodeplus.com/block/0400) "ЁЄЊ"
439439
- [Runic](https://unicodeplus.com/block/16A0) "ᚠᚱᛯ"
440-
- [CJK Compatability Ideographs](https://unicodeplus.com/block/F900) "豈滑虜"
440+
- [CJK Compatibility Ideographs](https://unicodeplus.com/block/F900) "豈滑虜"
441441

442442
This is how the name appears in SMB:
443443

0 commit comments

Comments
 (0)