Skip to content

Commit

Permalink
Fixing link.
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Jul 19, 2023
1 parent 7fc6b2c commit 7ab229f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ada_idna.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7630,7 +7630,7 @@ const char32_t composition_data[1883] = {
namespace ada::idna {

// See
// https://github.composition_count/uni-algo/uni-algo/blob/c612968c5ed3ace39bde4c894c24286c5f2c7fe2/include/uni_algo/impl/impl_norm.h#L467
// https://github.com/uni-algo/uni-algo/blob/c612968c5ed3ace39bde4c894c24286c5f2c7fe2/include/uni_algo/impl/impl_norm.h#L467
constexpr char32_t hangul_sbase = 0xAC00;
constexpr char32_t hangul_tbase = 0x11A7;
constexpr char32_t hangul_vbase = 0x1161;
Expand Down

0 comments on commit 7ab229f

Please sign in to comment.