小编Jun*_*por的帖子

我如何将Java Regex用于土耳其语字符到UTF-8

我正在尝试用Java进行正则表达式操作.但是当我搜索土耳其文本时,我遇到了麻烦.例如;

Search Text = "Ahmet Y?ld?r?m" or "Esin AYDEM?R" 

//The e-mail stated in part(Ex: yildirim@example.com) , trying to look in name.
Regex Strings = "yildirim" or  "aydemir". 
Run Code Online (Sandbox Code Playgroud)

搜索的文本是动态变化的.因此,如何通过使用java正则表达式模式来解决这个问题.或者如何转换土耳其语字符(Ex: AYDEM?R convert to AYDEMIRY?ld?r?m -> Yildirim).

对不起,关于我的语法错误!...

java regex unicode turkish

2
推荐指数
2
解决办法
3111
查看次数

OpenCV Apple Mach-O 链接器错误 - 架构 x86_64 的未定义符号

我正在尝试通过 xcode6 运行一个 opencv 项目。

现在,我想使用 Xcode 6 作为开发环境。但我收到 Apple Mach-O 链接器错误。我在项目中添加了 opencv2.framework。但我无法构建项目。这就是错误;

Ld /Users/algorist/Library/Developer/Xcode/DerivedData/OpenCVTest-gngmfszrvncpuqfhljuggdtereui/Build/Products/Debug-iphonesimulator/OpenCVTest.app/OpenCVTest normal x86_64
    cd /Users/algorist/Desktop/Projeler/OpenCvTest/platforms/ios
    export IPHONEOS_DEPLOYMENT_TARGET=6.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk -L/Users/algorist/Library/Developer/Xcode/DerivedData/OpenCVTest-gngmfszrvncpuqfhljuggdtereui/Build/Products/Debug-iphonesimulator -F/Users/algorist/Library/Developer/Xcode/DerivedData/OpenCVTest-gngmfszrvncpuqfhljuggdtereui/Build/Products/Debug-iphonesimulator -FOpenCVTest/Plugins/com.algorist.ocr -filelist /Users/algorist/Library/Developer/Xcode/DerivedData/OpenCVTest-gngmfszrvncpuqfhljuggdtereui/Build/Intermediates/OpenCVTest.build/Debug-iphonesimulator/OpenCVTest.build/Objects-normal/x86_64/OpenCVTest.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -weak_framework CoreFoundation -weak_framework UIKit -weak_framework AVFoundation -weak_framework CoreMedia -weak-lSystem -ObjC -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.0 -framework AssetsLibrary /Users/algorist/Library/Developer/Xcode/DerivedData/OpenCVTest-gngmfszrvncpuqfhljuggdtereui/Build/Products/Debug-iphonesimulator/libCordova.a -framework CoreGraphics -framework MobileCoreServices -framework TesseractOCR -framework opencv2 -framework AVFoundation -framework QuartzCore -framework Accelerate -framework GLKit -lstdc++.6.0.9 -framework CoreImage -lc++ -Xlinker -dependency_info -Xlinker /Users/algorist/Library/Developer/Xcode/DerivedData/OpenCVTest-gngmfszrvncpuqfhljuggdtereui/Build/Intermediates/OpenCVTest.build/Debug-iphonesimulator/OpenCVTest.build/Objects-normal/x86_64/OpenCVTest_dependency_info.dat -o …
Run Code Online (Sandbox Code Playgroud)

c++ xcode opencv ios

2
推荐指数
1
解决办法
1617
查看次数

Xcode-如何在本地化窗口中添加其他语言

我正在尝试为字符串创建本地化文件。我在项目中添加了一个名为 Localizable.strings 的文件。但是其他语言的本地化窗口没有出现。我只能选择一些语言。我需要什么才能选择其他语言。(例如:土耳其语、波兰语...)

在此处输入图片说明

xcode localization ios

1
推荐指数
1
解决办法
684
查看次数

标签 统计

ios ×2

xcode ×2

c++ ×1

java ×1

localization ×1

opencv ×1

regex ×1

turkish ×1

unicode ×1