Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
/ OgreKit Public archive
forked from sonoisa/OgreKit

(The version used in SubEthaEdit has been moved to into https://github.com/subethaedit/SubEthaEdit directly) OniGuruma Regular Expression Framework for Cocoa. This is a fork from sonoisa/OgreKit, please make pull requests to the original repo, if not related to our changes.

Notifications You must be signed in to change notification settings

codingmonkeys/OgreKit

 
 

Repository files navigation

image

Some changes to Onigmo have been made to support all kind of linendings: this file has been modified in the source zip of Onigmo <----- Changes in regenc.c line 106 to 110 #define USE_CRNL_AS_LINE_TERMINATOR #define USE_UNICODE_PROPERTIES /* #define USE_UNICODE_CASE_FOLD_TURKISH_AZERI / / #define USE_UNICODE_ALL_LINE_TERMINATORS / / see Unicode.org UTS #18 */

#ifndef USE_CRNL_AS_LINE_TERMINATOR // this is set as build option in the configuration file. #define USE_CRNL_AS_LINE_TERMINATOR = 1 #endif #define USE_UNICODE_PROPERTIES /* #define USE_UNICODE_CASE_FOLD_TURKISH_AZERI / #define USE_UNICODE_ALL_LINE_TERMINATORS / see Unicode.org UTS #18 */ ------>

Also updated OgreKits Makefile to add the --enable-crnl-as-line-terminator option INTEL_64_CONFIGURE_FLAGS=--disable-dependency-tracking --host=x86_64-apple-darwin$(OS_VERSION) --build=x86_64-apple-darwin$(OS_VERSION) --enable-crnl-as-line-terminator INTEL_CONFIGURE_FLAGS=--disable-dependency-tracking --host=i686-apple-darwin$(OS_VERSION) --build=i686-apple-darwin$(OS_VERSION) --enable-crnl-as-line-terminator

#OgreKit -- OniGuruma Regular Expression Framework for Cocoa --

About

(The version used in SubEthaEdit has been moved to into https://github.com/subethaedit/SubEthaEdit directly) OniGuruma Regular Expression Framework for Cocoa. This is a fork from sonoisa/OgreKit, please make pull requests to the original repo, if not related to our changes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 89.5%
  • Java 10.1%
  • Other 0.4%