Skip to content

Find the correct way to package libicu data files #8

Closed
@zhuowei

Description

@zhuowei

Swift needs at least the collation data; a full libicudata.so is like 25MB; need to find better solution for packaging it...

Swift needs something in the icudata, anyways, since for MakeRootCollator() without data it dies after

newfstatat(AT_FDCWD, "./share/icu/55.1/icudt55l/coll/ucadata.icu", 0xbed26088, 0) = -1 ENOENT (No such file or directory)
brk(0x41268000)                         = 0x41268000
futex(0x40f15054, FUTEX_WAKE_PRIVATE, 2147483647) = 0
newfstatat(AT_FDCWD, "./share/icu/55.1/icudt55l.dat", 0xbed26058, 0) = -1 ENOENT (No such file or directory)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions