Skip to content

Commit

Permalink
Fix README format
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 3, 2021
1 parent 82d6fcd commit 3dbdea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ All three modules provide the same API, and the same documentation (calling out
In Haskell, the definition is `type FilePath = String` as of now. A Haskell `String` is a list of Unicode code points.

On unix, filenames don't have a predefined encoding as per the
<https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_170 POSIX specification>
and are passed as @char[]@ to syscalls.
[POSIX specification](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_170)
and are passed as `char[]` to syscalls.

On windows (at least the API used by `Win32`) filepaths are UTF-16 strings.

Expand Down

0 comments on commit 3dbdea8

Please sign in to comment.