enju_purchase_request 0.1.0.pre11 → 0.1.0.pre12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/controllers/purchase_requests_controller.rb +3 -1
- data/lib/enju_purchase_request/engine.rb +0 -1
- data/lib/enju_purchase_request/version.rb +1 -1
- data/spec/dummy/config/application.rb +0 -1
- metadata +9 -101
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/solr/conf/admin-extra.html +0 -31
- data/spec/dummy/solr/conf/elevate.xml +0 -36
- data/spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt +0 -246
- data/spec/dummy/solr/conf/protwords.txt +0 -21
- data/spec/dummy/solr/conf/schema.xml +0 -255
- data/spec/dummy/solr/conf/scripts.conf +0 -24
- data/spec/dummy/solr/conf/solrconfig.xml +0 -667
- data/spec/dummy/solr/conf/spellings.txt +0 -2
- data/spec/dummy/solr/conf/stopwords.txt +0 -58
- data/spec/dummy/solr/conf/synonyms.txt +0 -31
- data/spec/dummy/solr/default/data/index/_59.fdt +0 -0
- data/spec/dummy/solr/default/data/index/_59.fdx +0 -0
- data/spec/dummy/solr/default/data/index/_59.fnm +0 -0
- data/spec/dummy/solr/default/data/index/_59.nvd +0 -0
- data/spec/dummy/solr/default/data/index/_59.nvm +0 -0
- data/spec/dummy/solr/default/data/index/_59.si +0 -0
- data/spec/dummy/solr/default/data/index/_59_Lucene41_0.doc +0 -0
- data/spec/dummy/solr/default/data/index/_59_Lucene41_0.pos +0 -0
- data/spec/dummy/solr/default/data/index/_59_Lucene41_0.tim +0 -0
- data/spec/dummy/solr/default/data/index/_59_Lucene41_0.tip +0 -0
- data/spec/dummy/solr/default/data/index/segments.gen +0 -0
- data/spec/dummy/solr/default/data/index/segments_aw +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000381 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000382 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000383 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000384 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000385 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000386 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000387 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000388 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000389 +0 -0
- data/spec/dummy/solr/default/data/tlog/tlog.0000000000000000390 +0 -0
- data/spec/dummy/solr/development/data/index/segments.gen +0 -0
- data/spec/dummy/solr/development/data/index/segments_1 +0 -0
- data/spec/dummy/solr/solr.xml +0 -8
- data/spec/dummy/solr/test/data/index/segments.gen +0 -0
- data/spec/dummy/solr/test/data/index/segments_1 +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f74e42ffa9480f2801523fac551de5bbe9af26e1
|
|
4
|
+
data.tar.gz: e581e2ffa496002b0c4672b2a780efb857bb3955
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec6404e706c78fb6a10e3dd176820d11cbbcb4e1b1554c32fb35d644c0b3e11aae2cbd71799c7e4fc21767fa05d1ab146c6c7e3574d736924dab418f8f82b31e
|
|
7
|
+
data.tar.gz: 17ff02694aa1505e21e03393c255197d9109dd4c3ddd59ab232b970a9591b09f3b3ea3e666efa844cdb3cea4b1881b546846742a8b12b8f1d0365a43eb7b467b
|
|
@@ -80,7 +80,9 @@ class PurchaseRequestsController < ApplicationController
|
|
|
80
80
|
# GET /purchase_requests/new.json
|
|
81
81
|
def new
|
|
82
82
|
@purchase_request = current_user.purchase_requests.new(params[:purchase_request])
|
|
83
|
-
|
|
83
|
+
if defined?(EnjuBookmark)
|
|
84
|
+
@purchase_request.title = Bookmark.get_title_from_url(@purchase_request.url) unless @purchase_request.title?
|
|
85
|
+
end
|
|
84
86
|
|
|
85
87
|
respond_to do |format|
|
|
86
88
|
format.html # new.html.erb
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: enju_purchase_request
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.0.
|
|
4
|
+
version: 0.1.0.pre12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kosuke Tanabe
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: statesman
|
|
@@ -25,33 +25,33 @@ dependencies:
|
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
|
-
name:
|
|
28
|
+
name: enju_leaf
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
30
30
|
requirements:
|
|
31
31
|
- - "~>"
|
|
32
32
|
- !ruby/object:Gem::Version
|
|
33
|
-
version:
|
|
34
|
-
type: :
|
|
33
|
+
version: 1.1.0.rc15
|
|
34
|
+
type: :development
|
|
35
35
|
prerelease: false
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
|
-
version:
|
|
40
|
+
version: 1.1.0.rc15
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
|
-
name:
|
|
42
|
+
name: enju_bookmark
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
45
|
- - "~>"
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
47
|
+
version: 0.1.2.pre18
|
|
48
48
|
type: :development
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
52
|
- - "~>"
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version:
|
|
54
|
+
version: 0.1.2.pre18
|
|
55
55
|
- !ruby/object:Gem::Dependency
|
|
56
56
|
name: sqlite3
|
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -122,20 +122,6 @@ dependencies:
|
|
|
122
122
|
- - ">="
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '0'
|
|
125
|
-
- !ruby/object:Gem::Dependency
|
|
126
|
-
name: mobylette
|
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
|
128
|
-
requirements:
|
|
129
|
-
- - ">="
|
|
130
|
-
- !ruby/object:Gem::Version
|
|
131
|
-
version: '0'
|
|
132
|
-
type: :development
|
|
133
|
-
prerelease: false
|
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
135
|
-
requirements:
|
|
136
|
-
- - ">="
|
|
137
|
-
- !ruby/object:Gem::Version
|
|
138
|
-
version: '0'
|
|
139
125
|
- !ruby/object:Gem::Dependency
|
|
140
126
|
name: annotate
|
|
141
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -260,7 +246,6 @@ files:
|
|
|
260
246
|
- spec/dummy/config/initializers/wrap_parameters.rb
|
|
261
247
|
- spec/dummy/config/locales/en.yml
|
|
262
248
|
- spec/dummy/config/routes.rb
|
|
263
|
-
- spec/dummy/db/development.sqlite3
|
|
264
249
|
- spec/dummy/db/migrate/001_create_agents.rb
|
|
265
250
|
- spec/dummy/db/migrate/002_devise_create_users.rb
|
|
266
251
|
- spec/dummy/db/migrate/005_create_manifestations.rb
|
|
@@ -394,49 +379,11 @@ files:
|
|
|
394
379
|
- spec/dummy/db/migrate/20140812093836_add_share_bookmarks_to_profile.rb
|
|
395
380
|
- spec/dummy/db/migrate/20140813182425_add_publication_place_to_manifestation.rb
|
|
396
381
|
- spec/dummy/db/schema.rb
|
|
397
|
-
- spec/dummy/db/test.sqlite3
|
|
398
382
|
- spec/dummy/public/404.html
|
|
399
383
|
- spec/dummy/public/422.html
|
|
400
384
|
- spec/dummy/public/500.html
|
|
401
385
|
- spec/dummy/public/favicon.ico
|
|
402
386
|
- spec/dummy/script/rails
|
|
403
|
-
- spec/dummy/solr/conf/admin-extra.html
|
|
404
|
-
- spec/dummy/solr/conf/elevate.xml
|
|
405
|
-
- spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt
|
|
406
|
-
- spec/dummy/solr/conf/protwords.txt
|
|
407
|
-
- spec/dummy/solr/conf/schema.xml
|
|
408
|
-
- spec/dummy/solr/conf/scripts.conf
|
|
409
|
-
- spec/dummy/solr/conf/solrconfig.xml
|
|
410
|
-
- spec/dummy/solr/conf/spellings.txt
|
|
411
|
-
- spec/dummy/solr/conf/stopwords.txt
|
|
412
|
-
- spec/dummy/solr/conf/synonyms.txt
|
|
413
|
-
- spec/dummy/solr/default/data/index/_59.fdt
|
|
414
|
-
- spec/dummy/solr/default/data/index/_59.fdx
|
|
415
|
-
- spec/dummy/solr/default/data/index/_59.fnm
|
|
416
|
-
- spec/dummy/solr/default/data/index/_59.nvd
|
|
417
|
-
- spec/dummy/solr/default/data/index/_59.nvm
|
|
418
|
-
- spec/dummy/solr/default/data/index/_59.si
|
|
419
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.doc
|
|
420
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.pos
|
|
421
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.tim
|
|
422
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.tip
|
|
423
|
-
- spec/dummy/solr/default/data/index/segments.gen
|
|
424
|
-
- spec/dummy/solr/default/data/index/segments_aw
|
|
425
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000381
|
|
426
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000382
|
|
427
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000383
|
|
428
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000384
|
|
429
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000385
|
|
430
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000386
|
|
431
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000387
|
|
432
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000388
|
|
433
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000389
|
|
434
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000390
|
|
435
|
-
- spec/dummy/solr/development/data/index/segments.gen
|
|
436
|
-
- spec/dummy/solr/development/data/index/segments_1
|
|
437
|
-
- spec/dummy/solr/solr.xml
|
|
438
|
-
- spec/dummy/solr/test/data/index/segments.gen
|
|
439
|
-
- spec/dummy/solr/test/data/index/segments_1
|
|
440
387
|
- spec/factories/bookstore.rb
|
|
441
388
|
- spec/factories/library.rb
|
|
442
389
|
- spec/factories/order.rb
|
|
@@ -522,7 +469,6 @@ test_files:
|
|
|
522
469
|
- spec/dummy/config/locales/en.yml
|
|
523
470
|
- spec/dummy/config/routes.rb
|
|
524
471
|
- spec/dummy/config.ru
|
|
525
|
-
- spec/dummy/db/development.sqlite3
|
|
526
472
|
- spec/dummy/db/migrate/001_create_agents.rb
|
|
527
473
|
- spec/dummy/db/migrate/002_devise_create_users.rb
|
|
528
474
|
- spec/dummy/db/migrate/005_create_manifestations.rb
|
|
@@ -656,50 +602,12 @@ test_files:
|
|
|
656
602
|
- spec/dummy/db/migrate/20140812093836_add_share_bookmarks_to_profile.rb
|
|
657
603
|
- spec/dummy/db/migrate/20140813182425_add_publication_place_to_manifestation.rb
|
|
658
604
|
- spec/dummy/db/schema.rb
|
|
659
|
-
- spec/dummy/db/test.sqlite3
|
|
660
605
|
- spec/dummy/public/404.html
|
|
661
606
|
- spec/dummy/public/422.html
|
|
662
607
|
- spec/dummy/public/500.html
|
|
663
608
|
- spec/dummy/public/favicon.ico
|
|
664
609
|
- spec/dummy/Rakefile
|
|
665
610
|
- spec/dummy/script/rails
|
|
666
|
-
- spec/dummy/solr/conf/admin-extra.html
|
|
667
|
-
- spec/dummy/solr/conf/elevate.xml
|
|
668
|
-
- spec/dummy/solr/conf/mapping-ISOLatin1Accent.txt
|
|
669
|
-
- spec/dummy/solr/conf/protwords.txt
|
|
670
|
-
- spec/dummy/solr/conf/schema.xml
|
|
671
|
-
- spec/dummy/solr/conf/scripts.conf
|
|
672
|
-
- spec/dummy/solr/conf/solrconfig.xml
|
|
673
|
-
- spec/dummy/solr/conf/spellings.txt
|
|
674
|
-
- spec/dummy/solr/conf/stopwords.txt
|
|
675
|
-
- spec/dummy/solr/conf/synonyms.txt
|
|
676
|
-
- spec/dummy/solr/default/data/index/_59.fdt
|
|
677
|
-
- spec/dummy/solr/default/data/index/_59.fdx
|
|
678
|
-
- spec/dummy/solr/default/data/index/_59.fnm
|
|
679
|
-
- spec/dummy/solr/default/data/index/_59.nvd
|
|
680
|
-
- spec/dummy/solr/default/data/index/_59.nvm
|
|
681
|
-
- spec/dummy/solr/default/data/index/_59.si
|
|
682
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.doc
|
|
683
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.pos
|
|
684
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.tim
|
|
685
|
-
- spec/dummy/solr/default/data/index/_59_Lucene41_0.tip
|
|
686
|
-
- spec/dummy/solr/default/data/index/segments.gen
|
|
687
|
-
- spec/dummy/solr/default/data/index/segments_aw
|
|
688
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000381
|
|
689
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000382
|
|
690
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000383
|
|
691
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000384
|
|
692
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000385
|
|
693
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000386
|
|
694
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000387
|
|
695
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000388
|
|
696
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000389
|
|
697
|
-
- spec/dummy/solr/default/data/tlog/tlog.0000000000000000390
|
|
698
|
-
- spec/dummy/solr/development/data/index/segments.gen
|
|
699
|
-
- spec/dummy/solr/development/data/index/segments_1
|
|
700
|
-
- spec/dummy/solr/solr.xml
|
|
701
|
-
- spec/dummy/solr/test/data/index/segments.gen
|
|
702
|
-
- spec/dummy/solr/test/data/index/segments_1
|
|
703
611
|
- spec/factories/bookstore.rb
|
|
704
612
|
- spec/factories/library.rb
|
|
705
613
|
- spec/factories/order.rb
|
|
Binary file
|
data/spec/dummy/db/test.sqlite3
DELETED
|
Binary file
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
<!--
|
|
2
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
3
|
-
contributor license agreements. See the NOTICE file distributed with
|
|
4
|
-
this work for additional information regarding copyright ownership.
|
|
5
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
6
|
-
(the "License"); you may not use this file except in compliance with
|
|
7
|
-
the License. You may obtain a copy of the License at
|
|
8
|
-
|
|
9
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
-
|
|
11
|
-
Unless required by applicable law or agreed to in writing, software
|
|
12
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
-
See the License for the specific language governing permissions and
|
|
15
|
-
limitations under the License.
|
|
16
|
-
-->
|
|
17
|
-
|
|
18
|
-
<!-- The content of this page will be statically included into the top
|
|
19
|
-
of the admin page. Uncomment this as an example to see there the content
|
|
20
|
-
will show up.
|
|
21
|
-
|
|
22
|
-
<hr>
|
|
23
|
-
<i>This line will appear before the first table</i>
|
|
24
|
-
<tr>
|
|
25
|
-
<td colspan="2">
|
|
26
|
-
This row will be appended to the end of the first table
|
|
27
|
-
</td>
|
|
28
|
-
</tr>
|
|
29
|
-
<hr>
|
|
30
|
-
|
|
31
|
-
-->
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" ?>
|
|
2
|
-
<!--
|
|
3
|
-
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
4
|
-
contributor license agreements. See the NOTICE file distributed with
|
|
5
|
-
this work for additional information regarding copyright ownership.
|
|
6
|
-
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
7
|
-
(the "License"); you may not use this file except in compliance with
|
|
8
|
-
the License. You may obtain a copy of the License at
|
|
9
|
-
|
|
10
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
-
|
|
12
|
-
Unless required by applicable law or agreed to in writing, software
|
|
13
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
-
See the License for the specific language governing permissions and
|
|
16
|
-
limitations under the License.
|
|
17
|
-
-->
|
|
18
|
-
|
|
19
|
-
<!-- If this file is found in the config directory, it will only be
|
|
20
|
-
loaded once at startup. If it is found in Solr's data
|
|
21
|
-
directory, it will be re-loaded every commit.
|
|
22
|
-
-->
|
|
23
|
-
|
|
24
|
-
<elevate>
|
|
25
|
-
<query text="foo bar">
|
|
26
|
-
<doc id="1" />
|
|
27
|
-
<doc id="2" />
|
|
28
|
-
<doc id="3" />
|
|
29
|
-
</query>
|
|
30
|
-
|
|
31
|
-
<query text="ipod">
|
|
32
|
-
<doc id="MA147LL/A" /> <!-- put the actual ipod at the top -->
|
|
33
|
-
<doc id="IW-02" exclude="true" /> <!-- exclude this cable -->
|
|
34
|
-
</query>
|
|
35
|
-
|
|
36
|
-
</elevate>
|
|
@@ -1,246 +0,0 @@
|
|
|
1
|
-
# The ASF licenses this file to You under the Apache License, Version 2.0
|
|
2
|
-
# (the "License"); you may not use this file except in compliance with
|
|
3
|
-
# the License. You may obtain a copy of the License at
|
|
4
|
-
#
|
|
5
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
|
6
|
-
#
|
|
7
|
-
# Unless required by applicable law or agreed to in writing, software
|
|
8
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
9
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
10
|
-
# See the License for the specific language governing permissions and
|
|
11
|
-
# limitations under the License.
|
|
12
|
-
|
|
13
|
-
# Syntax:
|
|
14
|
-
# "source" => "target"
|
|
15
|
-
# "source".length() > 0 (source cannot be empty.)
|
|
16
|
-
# "target".length() >= 0 (target can be empty.)
|
|
17
|
-
|
|
18
|
-
# example:
|
|
19
|
-
# "À" => "A"
|
|
20
|
-
# "\u00C0" => "A"
|
|
21
|
-
# "\u00C0" => "\u0041"
|
|
22
|
-
# "ß" => "ss"
|
|
23
|
-
# "\t" => " "
|
|
24
|
-
# "\n" => ""
|
|
25
|
-
|
|
26
|
-
# À => A
|
|
27
|
-
"\u00C0" => "A"
|
|
28
|
-
|
|
29
|
-
# Á => A
|
|
30
|
-
"\u00C1" => "A"
|
|
31
|
-
|
|
32
|
-
# Â => A
|
|
33
|
-
"\u00C2" => "A"
|
|
34
|
-
|
|
35
|
-
# Ã => A
|
|
36
|
-
"\u00C3" => "A"
|
|
37
|
-
|
|
38
|
-
# Ä => A
|
|
39
|
-
"\u00C4" => "A"
|
|
40
|
-
|
|
41
|
-
# Å => A
|
|
42
|
-
"\u00C5" => "A"
|
|
43
|
-
|
|
44
|
-
# Æ => AE
|
|
45
|
-
"\u00C6" => "AE"
|
|
46
|
-
|
|
47
|
-
# Ç => C
|
|
48
|
-
"\u00C7" => "C"
|
|
49
|
-
|
|
50
|
-
# È => E
|
|
51
|
-
"\u00C8" => "E"
|
|
52
|
-
|
|
53
|
-
# É => E
|
|
54
|
-
"\u00C9" => "E"
|
|
55
|
-
|
|
56
|
-
# Ê => E
|
|
57
|
-
"\u00CA" => "E"
|
|
58
|
-
|
|
59
|
-
# Ë => E
|
|
60
|
-
"\u00CB" => "E"
|
|
61
|
-
|
|
62
|
-
# Ì => I
|
|
63
|
-
"\u00CC" => "I"
|
|
64
|
-
|
|
65
|
-
# Í => I
|
|
66
|
-
"\u00CD" => "I"
|
|
67
|
-
|
|
68
|
-
# Î => I
|
|
69
|
-
"\u00CE" => "I"
|
|
70
|
-
|
|
71
|
-
# Ï => I
|
|
72
|
-
"\u00CF" => "I"
|
|
73
|
-
|
|
74
|
-
# IJ => IJ
|
|
75
|
-
"\u0132" => "IJ"
|
|
76
|
-
|
|
77
|
-
# Ð => D
|
|
78
|
-
"\u00D0" => "D"
|
|
79
|
-
|
|
80
|
-
# Ñ => N
|
|
81
|
-
"\u00D1" => "N"
|
|
82
|
-
|
|
83
|
-
# Ò => O
|
|
84
|
-
"\u00D2" => "O"
|
|
85
|
-
|
|
86
|
-
# Ó => O
|
|
87
|
-
"\u00D3" => "O"
|
|
88
|
-
|
|
89
|
-
# Ô => O
|
|
90
|
-
"\u00D4" => "O"
|
|
91
|
-
|
|
92
|
-
# Õ => O
|
|
93
|
-
"\u00D5" => "O"
|
|
94
|
-
|
|
95
|
-
# Ö => O
|
|
96
|
-
"\u00D6" => "O"
|
|
97
|
-
|
|
98
|
-
# Ø => O
|
|
99
|
-
"\u00D8" => "O"
|
|
100
|
-
|
|
101
|
-
# Œ => OE
|
|
102
|
-
"\u0152" => "OE"
|
|
103
|
-
|
|
104
|
-
# Þ
|
|
105
|
-
"\u00DE" => "TH"
|
|
106
|
-
|
|
107
|
-
# Ù => U
|
|
108
|
-
"\u00D9" => "U"
|
|
109
|
-
|
|
110
|
-
# Ú => U
|
|
111
|
-
"\u00DA" => "U"
|
|
112
|
-
|
|
113
|
-
# Û => U
|
|
114
|
-
"\u00DB" => "U"
|
|
115
|
-
|
|
116
|
-
# Ü => U
|
|
117
|
-
"\u00DC" => "U"
|
|
118
|
-
|
|
119
|
-
# Ý => Y
|
|
120
|
-
"\u00DD" => "Y"
|
|
121
|
-
|
|
122
|
-
# Ÿ => Y
|
|
123
|
-
"\u0178" => "Y"
|
|
124
|
-
|
|
125
|
-
# à => a
|
|
126
|
-
"\u00E0" => "a"
|
|
127
|
-
|
|
128
|
-
# á => a
|
|
129
|
-
"\u00E1" => "a"
|
|
130
|
-
|
|
131
|
-
# â => a
|
|
132
|
-
"\u00E2" => "a"
|
|
133
|
-
|
|
134
|
-
# ã => a
|
|
135
|
-
"\u00E3" => "a"
|
|
136
|
-
|
|
137
|
-
# ä => a
|
|
138
|
-
"\u00E4" => "a"
|
|
139
|
-
|
|
140
|
-
# å => a
|
|
141
|
-
"\u00E5" => "a"
|
|
142
|
-
|
|
143
|
-
# æ => ae
|
|
144
|
-
"\u00E6" => "ae"
|
|
145
|
-
|
|
146
|
-
# ç => c
|
|
147
|
-
"\u00E7" => "c"
|
|
148
|
-
|
|
149
|
-
# è => e
|
|
150
|
-
"\u00E8" => "e"
|
|
151
|
-
|
|
152
|
-
# é => e
|
|
153
|
-
"\u00E9" => "e"
|
|
154
|
-
|
|
155
|
-
# ê => e
|
|
156
|
-
"\u00EA" => "e"
|
|
157
|
-
|
|
158
|
-
# ë => e
|
|
159
|
-
"\u00EB" => "e"
|
|
160
|
-
|
|
161
|
-
# ì => i
|
|
162
|
-
"\u00EC" => "i"
|
|
163
|
-
|
|
164
|
-
# í => i
|
|
165
|
-
"\u00ED" => "i"
|
|
166
|
-
|
|
167
|
-
# î => i
|
|
168
|
-
"\u00EE" => "i"
|
|
169
|
-
|
|
170
|
-
# ï => i
|
|
171
|
-
"\u00EF" => "i"
|
|
172
|
-
|
|
173
|
-
# ij => ij
|
|
174
|
-
"\u0133" => "ij"
|
|
175
|
-
|
|
176
|
-
# ð => d
|
|
177
|
-
"\u00F0" => "d"
|
|
178
|
-
|
|
179
|
-
# ñ => n
|
|
180
|
-
"\u00F1" => "n"
|
|
181
|
-
|
|
182
|
-
# ò => o
|
|
183
|
-
"\u00F2" => "o"
|
|
184
|
-
|
|
185
|
-
# ó => o
|
|
186
|
-
"\u00F3" => "o"
|
|
187
|
-
|
|
188
|
-
# ô => o
|
|
189
|
-
"\u00F4" => "o"
|
|
190
|
-
|
|
191
|
-
# õ => o
|
|
192
|
-
"\u00F5" => "o"
|
|
193
|
-
|
|
194
|
-
# ö => o
|
|
195
|
-
"\u00F6" => "o"
|
|
196
|
-
|
|
197
|
-
# ø => o
|
|
198
|
-
"\u00F8" => "o"
|
|
199
|
-
|
|
200
|
-
# œ => oe
|
|
201
|
-
"\u0153" => "oe"
|
|
202
|
-
|
|
203
|
-
# ß => ss
|
|
204
|
-
"\u00DF" => "ss"
|
|
205
|
-
|
|
206
|
-
# þ => th
|
|
207
|
-
"\u00FE" => "th"
|
|
208
|
-
|
|
209
|
-
# ù => u
|
|
210
|
-
"\u00F9" => "u"
|
|
211
|
-
|
|
212
|
-
# ú => u
|
|
213
|
-
"\u00FA" => "u"
|
|
214
|
-
|
|
215
|
-
# û => u
|
|
216
|
-
"\u00FB" => "u"
|
|
217
|
-
|
|
218
|
-
# ü => u
|
|
219
|
-
"\u00FC" => "u"
|
|
220
|
-
|
|
221
|
-
# ý => y
|
|
222
|
-
"\u00FD" => "y"
|
|
223
|
-
|
|
224
|
-
# ÿ => y
|
|
225
|
-
"\u00FF" => "y"
|
|
226
|
-
|
|
227
|
-
# ff => ff
|
|
228
|
-
"\uFB00" => "ff"
|
|
229
|
-
|
|
230
|
-
# fi => fi
|
|
231
|
-
"\uFB01" => "fi"
|
|
232
|
-
|
|
233
|
-
# fl => fl
|
|
234
|
-
"\uFB02" => "fl"
|
|
235
|
-
|
|
236
|
-
# ffi => ffi
|
|
237
|
-
"\uFB03" => "ffi"
|
|
238
|
-
|
|
239
|
-
# ffl => ffl
|
|
240
|
-
"\uFB04" => "ffl"
|
|
241
|
-
|
|
242
|
-
# ſt => ft
|
|
243
|
-
"\uFB05" => "ft"
|
|
244
|
-
|
|
245
|
-
# st => st
|
|
246
|
-
"\uFB06" => "st"
|