We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc6b2c commit 7ab229fCopy full SHA for 7ab229f
src/ada_idna.cpp
@@ -7630,7 +7630,7 @@ const char32_t composition_data[1883] = {
7630
namespace ada::idna {
7631
7632
// See
7633
-// 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
7634
constexpr char32_t hangul_sbase = 0xAC00;
7635
constexpr char32_t hangul_tbase = 0x11A7;
7636
constexpr char32_t hangul_vbase = 0x1161;
0 commit comments