安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
Just guessing though
This is somewhat misleading. Unless the filesystem is formatted specifically as case-sensitive, HFS+ is only case-preserving by default. A complete reformat and reinstall of the OS is required to switch from one to the other, although third-party tools exist to do it without reformatting (it's specifically controlled by a flag in the file system header that changes the FS signature). Either method requires file system level changes.
NTFS (Windows) is case-sensitive. The Win32 environment prevents writing to two separate files with names that differ only by case for compatibility, but no additional work is necessary to allow subsystems like "Services for Unix" to operate with case-sensitivity, since they bypass Win32 and go directly through the OS kernel.
This doesn't really help with Steam's case-sensitivity issues on OS X, but hopefully sheds some light on the details for those that come across this.
not most... acutally you can't use any linux system without case sensitivity, it's a fundamental thing.. which is more natural, like 'Paar' and 'paar' have a small but significant difference in german... though I wonder how to correctly transfer that to spoken language.... hmmm... so much for case-sensitivity being natural....
anyway... to somewhat return to the topic: linux and MacOS are both Unix-like systems (if we don't get too meticulous) with somewhat the same default layout regarding filesystems/-structure, so actually it should be the same code for both platforms... totally unintelligible why that's not available, unless they did the Mac-port with the attitude: let's turn this as much into MS Windows as anyone is able to....
OSX is based in Freebsd (or was openbsd?). Eventhough both are "unix like", the code has nothing to do on one and other.
Anyway, what is correct is that Linux & OSX are POSIX compliant, so that both should be case sensitive... but seems that POSIX it's kinda flexible in this point[unix.stackexchange.com].