This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt install ruby ruby-dev | |
sudo gem install travis | |
# install path: /var/lib/gems/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 60ee12283c6be1540135f8470ae42f85cc4baebe Mon Sep 17 00:00:00 2001 | |
From: Mike Kasick <[email protected]> | |
Date: Sat, 7 Jul 2012 19:00:47 -0400 | |
Subject: [PATCH] Add and enable kexec hardboot support. | |
Consists of squashed commits from: | |
https://github.com/mkasick/android_kernel_samsung_jfltespr.git | |
commit 750bb80f2854d6af5273e55ea179a4c60b2d9efc | |
Author: Mike Kasick <[email protected]> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/icu4c/source/common/ucnv.c b/icu4c/source/common/ucnv.c | |
index 5cf4d15..3701f30 100644 | |
--- a/icu4c/source/common/ucnv.c | |
+++ b/icu4c/source/common/ucnv.c | |
@@ -2914,6 +2914,75 @@ ucnv_isFixedWidth(UConverter *cnv, UErrorCode *status){ | |
return FALSE; | |
} | |
} | |
+ | |
+U_CAPI void U_EXPORT2 ucnv_setToUCallBack_48 (UConverter * converter, |