Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Wevah committed Jul 6, 2020
1 parent 5052659 commit 95bb2ee
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 @@ -19,12 +19,12 @@ To use in your own projects, you need to include some files from the `Shared/Swi
- Scanner+Extensions.swift
- String+Punycode.swift

(UTS46+Conversion.swift is for importing text files containing UTS #46 mappings and exporting to the binary format used by UTS46+Loading.swift, and isn't necessary for most projects.)

If your project needs to call from Objective-C:

- NSString+IDNA.swift for NSString overlays.

(UTS46+Conversion.swift is for importing text files containing UTS #46 mappings and exporting to the binary format used by UTS46+Loading.swift, and isn't necessary if you just want to use the encoding/decoding routines.)

Note that these API currently don't do homograph detection.

## Interface
Expand Down

0 comments on commit 95bb2ee

Please sign in to comment.