summaryrefslogtreecommitdiff
path: root/navit/linguistics.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup:global:force the re-attach the return type to the function ↵Joseph Herlant2018-05-301-14/+7
| | | | | | | | declaration (#605) * Cleanup:global:force the re-attach the return type to the function declaration * cleanup:global:some loose ends
* cleanup:global:Use astyle to reformat everythingJoseph Herlant2018-05-251-440/+431
|
* Fix:debug:Change line separators for dbg to work also on win* platform (#546)Joseph Herlant2018-04-261-2/+2
| | | | | | | | * Fix:debug:Change line separators for dbg to work also on win* platform * Fix:debug:Break multiline dbg statements to use the new model * Fix:debug:Move the EOL into debug_vprintf
* Fix:typo:Fix various mispells (#421)Joseph Herlant2018-03-311-1/+1
| | | | | | | | | | | | | | | | * doc/comments: fix typo: chosen not choosen * doc/comments: fix typo: truncated not trucated * doc/comments: fix typo: unknown not unkown * doc/comments: fix typo: attribute not atribute * doc/comments: fix typo: Convenience not Convinience * doc/comments: fix typo: forbidden not forbiden * doc/comments: fix typo: government not goverment
* Fix:core:Change all logging at lvl_error/warning to lvl_debug, unless it ↵sleske2014-11-221-1/+1
| | | | | | looks like an error message.|#1269, part 5 git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5967 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Refactor:core:Introduce enum for debug levels, and use it everywhere.|First ↵sleske2014-11-221-2/+2
| | | | | | part of #1269. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5960 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Fix warnings by not using g_str(n)casecmp; new function ↵sleske2013-08-111-4/+4
| | | | | | navit_utf8_strcasecmp.|Part of #1154. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5572 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Add apostrophes (ASCII 39&96) as word separators for address ↵sleske2013-07-141-1/+1
| | | | | | search.|Fixes #507. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5548 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:New function for case- and accent- insensitive string comparison.mdankov2013-05-031-7/+51
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5469 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Improve street search speed by using string hash instead of linear ↵mdankov2013-04-281-19/+36
| | | | | | search in character simplification algorithm. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5463 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Do not replace Cyrillic I-short with Cyrillic I as seems to be more ↵mdankov2013-02-061-2/+0
| | | | | | misleading than helpful. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5367 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Don't crash on Android when search hits non-latin-1 symbols. Fixes ↵mdankov2012-12-261-0/+1
| | | | | | #1086 and its duplicate #1088. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5330 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:core:Cyrillic search improvements: Do accent insensitive search for ↵mdankov2012-12-181-5/+150
| | | | | | Cyrillic in town and POI filter. Do Cyrilic case insensitive filtering of POIs. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5296 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:core:Add comments and some #defines for constantssleske2012-01-291-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4917 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Mode replacements for special chars, fixes #917|Thanks mvglasgowmartin-s2011-08-241-11/+149
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4706 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:MSVC fixesmartin-s2011-01-251-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4028 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:maptool:Bounding box calculation corrected, avoid useless search wordsmartin-s2010-09-091-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3560 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:More word separator charsmartin-s2009-12-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2839 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:More diacritics and ligaturesmartin-s2009-06-251-0/+9
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2370 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Fixed memory corruption bugmartin-s2009-06-241-4/+4
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2366 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:map_binfile:Use special char conversion and word stems for searchingmartin-s2009-06-241-0/+14
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2364 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Fix:Core:Improved and extended diacriticsmartin-s2009-06-231-0/+39
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2363 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:Support more diacriticsmartin-s2009-06-231-0/+16
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2361 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Tools:Added multiple index entries for special charsmartin-s2009-06-231-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2360 ffa7fe5e-494d-0410-b361-a75ebd5db220
* Add:Core:New module linguistics to cope with language specialitiesmartin-s2009-06-231-0/+74
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2359 ffa7fe5e-494d-0410-b361-a75ebd5db220