llSourcell / tensorflow_chatbot

Tensorflow chatbot demo by @Sirajology on Youtube
1.45k stars 809 forks source link

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 1: invalid start byte #6

Open eldarsilver opened 7 years ago

eldarsilver commented 7 years ago

I use python 3.5.2 with Tensorflow v0.11.0rc2. When I try to execute:

python execute.py

the application throws the following error:

File "execute.py", line 116, in train enc_train, dec_train, enc_dev, decdev, , _ = data_utils.prepare_custom_data(gConfig['working_directory'],gConfig['train_enc'],gConfig['train_dec'],gConfig['test_enc'],gConfig['test_dec'],gConfig['enc_vocab_size'],gConfig['dec_vocab_size'])

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 1: invalid start byte What can I do to solve this problem?

Thanks!!

Niko2756 commented 7 years ago

I got the same error and problem with tensor flow version 0.12

johndpope commented 7 years ago

I think the original text file had had a single line that was malformed. https://github.com/suriyadeepan/datasets/pull/1

kenhenry commented 7 years ago

you should change the data that is under the workdir folder to 'UTF-8' format. Then maybe you can run. It's work for me . ^^

moore66982 commented 7 years ago

How did you change it to 'UTF-8' format?

phrohdoh commented 7 years ago

FWIW you can set encoding in vim via :set fileencoding=utf-8.

Here is a patch:

From 27d9880762cbc55cb7188d9fa67269620ee1b158 Mon Sep 17 00:00:00 2001
From: Taryn Hill <taryn@phrohdoh.com>
Date: Sat, 24 Dec 2016 19:22:47 -0600
Subject: [PATCH] Fix encoding of files in working_dir/

---
 working_dir/vocab20000.dec | 196 +++++++++++++++++++++----------------------
 working_dir/vocab20000.enc | 202 ++++++++++++++++++++++-----------------------
 2 files changed, 199 insertions(+), 199 deletions(-)

diff --git a/working_dir/vocab20000.dec b/working_dir/vocab20000.dec
index f3303c9..dcd9db7 100755
--- a/working_dir/vocab20000.dec
+++ b/working_dir/vocab20000.dec
@@ -1125,7 +1125,7 @@ protect
 mission
 wearing
 soul
-ñ
+–
 memory
 Ma
 Back
@@ -1629,7 +1629,7 @@ showed
 everywhere
 natural
 large
-donít
+don’t
 checked
 held
 sees
@@ -1719,7 +1719,7 @@ War
 doctors
 Senator
 Dave
-Itís
+It’s
 beauty
 hoping
 opinion
@@ -1992,7 +1992,7 @@ bust
 Hang
 draw
 mentioned
-óó
+¬ó¬ó
 tapes
 ours
 Kennedy
@@ -2138,7 +2138,7 @@ Real
 dealing
 Howard
 China
-Iím
+I’m
 Larry
 exist
 positive
@@ -3103,7 +3103,7 @@ experiment
 route
 border
 billion
-youíre
+you’re
 Jeez
 Robinson
 bored
@@ -3187,7 +3187,7 @@ Malkovich
 chat
 Ford
 Pick
-itís
+it’s
 Apparently
 friendly
 Nor
@@ -3594,7 +3594,7 @@ whenever
 Vulcan
 Wake
 committed
-Youíre
+You’re
 connected
 madame
 balance
@@ -3652,7 +3652,7 @@ Gus
 Sugar
 Elvis
 tastes
-ó
+¬ó
 askin
 failed
 Mack
@@ -3716,7 +3716,7 @@ launch
 retirement
 wings
 However
-Thatís
+That’s
 Prince
 Teresa
 deed
@@ -3817,7 +3817,7 @@ Wally
 needn
 messed
 razor
-didnít
+didn’t
 Yeh
 foreign
 climb
@@ -3906,7 +3906,7 @@ Quick
 loyal
 losers
 Mars
--ó
+-¬ó
 commercial
 shaking
 Spanish
@@ -4217,7 +4217,7 @@ Satan
 Auggie
 production
 l
-Iíd
+I’d
 Krueger
 Falls
 produce
@@ -4495,7 +4495,7 @@ Ellen
 decisions
 musta
 sweep
-Iíve
+I’ve
 Rod
 folk
 holiday
@@ -4752,7 +4752,7 @@ cafe
 cellar
 bodyguard
 Glad
-ó-
+¬ó-
 sisters
 Senate
 Japan
@@ -4829,7 +4829,7 @@ Venkman
 Saint
 ly
 payroll
-Heís
+He’s
 Holiday
 slight
 mornin
@@ -5199,7 +5199,7 @@ tore
 favors
 Having
 <b>
-Iíll
+I’ll
 Round
 starving
 survived
@@ -6024,7 +6024,7 @@ Fame
 Toto
 depending
 saxophone
-wouldnít
+wouldn’t
 kitten
 gum
 competitive
@@ -6052,7 +6052,7 @@ devices
 experiments
 poems
 counselor
-canít
+can’t
 Harris
 refer
 homeless
@@ -6120,7 +6120,7 @@ Emma
 strikes
 Society
 vile
-Donít
+Don’t
 abandon
 Dog
 recording
@@ -6136,7 +6136,7 @@ greater
 skinny
 Few
 Imperial
-î
+”
 toe
 Leland
 insisted
@@ -6360,7 +6360,7 @@ resume
 scotch
 implying
 testing
-thatís
+that’s
 programs
 microwave
 murderers
@@ -7427,10 +7427,10 @@ whale
 Shush
 Basil
 PEOPLE
-Sheís
+She’s
 Dogs
 Hauser
-Weíre
+We’re
 posed
 battlefield
 ole
@@ -7498,7 +7498,7 @@ thrusters
 parade
 Grunemann
 AN
-Whatís
+What’s
 broom
 beard
 Public
@@ -7672,7 +7672,7 @@ vow
 Phillip
 OR
 Principal
-tható
+that¬ó
 <u>want</u>
 fetch
 insight
@@ -8284,7 +8284,7 @@ Juno
 smoked
 Wing
 rang
-toó
+to¬ó
 Turns
 Sandman
 niggers
@@ -8417,7 +8417,7 @@ centuries
 comparison
 HOW
 carpenter
-youó
+you¬ó
 messy
 dreadful
 Mm-hm
@@ -8571,7 +8571,7 @@ Tis
 camel
 pros
 ticking
-ññ
+––
 Hawkins
 crank
 Kross
@@ -8785,7 +8785,7 @@ Colosseum
 me-
 Whereas
 be--
-doesnít
+doesn’t
 lettuce
 Snuff
 rattle
@@ -8878,7 +8878,7 @@ Noble
 succeeded
 Hunting
 Clock
-isnít
+isn’t
 torch
 Emil
 turf
@@ -9421,7 +9421,7 @@ sounding
 Knight
 pets
 <u>what</u>
-didnÌt
+didnít
 Kobayashi
 Cartwright
 Fraulein
@@ -9435,7 +9435,7 @@ unlock
 broadcast
 Mocky-Lock
 efficient
-butó
+but¬ó
 secondary
 lettin
 workshop
@@ -9709,7 +9709,7 @@ targets
 Spirit
 alpha
 flights
-fiancÈ
+fiancé
 vial
 hallway
 the--
@@ -9758,7 +9758,7 @@ vegetable
 Fixing
 Newt
 interior
-weíre
+we’re
 Seventeen
 Shelby
 bloke
@@ -9851,7 +9851,7 @@ Anderton
 maneuver
 suspend
 missions
-Ió
+I¬ó
 him--
 IF
 association
@@ -9973,7 +9973,7 @@ corrected
 doom
 Chad
 meaner
-Furtw‰ngler
+Furtwängler
 Bergman
 occurs
 Fry
@@ -10075,7 +10075,7 @@ DeLa
 Skip
 Skin
 Legal
-Theyíre
+They’re
 Norwegian
 advantages
 Erik
@@ -10223,7 +10223,7 @@ restaurants
 anythin
 skiff
 signor
-theyíre
+they’re
 candle
 strapped
 curb
@@ -11416,7 +11416,7 @@ tuna
 Peanut
 Noel
 Klute
-JosÈ
+José
 Korean
 Awful
 forming
@@ -11453,13 +11453,13 @@ Glenda
 mice
 Hop
 Hoag
-whatís
+what’s
 shaft
 siddown
 lawnmower
 revealing
 poodle
-IÌm
+Iím
 Signs
 licks
 rapidly
@@ -11714,7 +11714,7 @@ Whole
 publisher
 buses
 Core
-youíve
+you’ve
 EM
 Evans
 cups
@@ -12073,7 +12073,7 @@ deficiency
 fundamentally
 unprepared
 gallons
-Alm·sy
+Alm√°sy
 quarry
 Roosevelt
 ve</u>
@@ -12296,7 +12296,7 @@ winch
 universal
 stag
 swan
-meó
+me¬ó
 void
 Seahaven
 unrelated
@@ -12564,7 +12564,7 @@ critic
 POSTAL
 ensure
 overall
-andó
+and¬ó
 Higher
 Jury
 refrigerated
@@ -12776,7 +12776,7 @@ assimilate
 dives
 affecting
 FEET
-Whereís
+Where’s
 Brynner
 trains
 Slag
@@ -12892,7 +12892,7 @@ Booker
 Geller
 immunity
 Eden
-Thereís
+There’s
 Oona
 Gladys
 housing
@@ -13316,7 +13316,7 @@ Icey
 one-thirty
 orderly
 peasants
-havenít
+haven’t
 shutting
 Pet
 gladiator
@@ -13360,7 +13360,7 @@ canary
 cutter
 sophomore
 Ten-four
-heís
+he’s
 unborn
 SEC
 wax
@@ -13400,7 +13400,7 @@ texts
 Baseball
 Darlin
 Codex
-Whoís
+Who’s
 disable
 numb
 Tsavo
@@ -13654,7 +13654,7 @@ Cliff
 MANTAN
 short-
 exhilarating
-Leonís
+Leon’s
 pup
 Patsy
 fourteenth
@@ -13788,7 +13788,7 @@ Elly
 Tried
 him-
 Proud
--ñ
+-–
 Kirkeby
 turbo
 factories
@@ -14089,7 +14089,7 @@ arounna
 Yikes
 stationed
 Kuala
-DonÌt
+Donít
 slammed
 Gill
 ads
@@ -14311,7 +14311,7 @@ Lucille
 herb
 ten-thousand
 drying
-youíd
+you’d
 Listen--
 Quinn
 democratic
@@ -14605,7 +14605,7 @@ motivated
 sustain
 Lipnik
 Rage
-IÌll
+Iíll
 probable
 Constable
 fiance
@@ -15032,7 +15032,7 @@ dared
 starved
 dares
 Amity
-ñ-
+–-
 repressed
 credible
 Fella
@@ -15181,7 +15181,7 @@ Stravanavitch
 megahertz
 decapitation
 crowns
-godís
+god’s
 Operation
 palms
 explosions
@@ -15226,7 +15226,7 @@ inwardly
 lucrative
 Shaddup
 snatch
-wasnít
+wasn’t
 Marvosa
 locations
 Halt
@@ -15314,7 +15314,7 @@ baton
 healer
 handicapped
 colonists
-donÌt
+donít
 dwells
 diapers
 Digby
@@ -15539,7 +15539,7 @@ Guest
 Tapert
 lifelong
 routines
-IóI
+I¬óI
 dumping
 leftovers
 forcibly
@@ -15569,7 +15569,7 @@ capitol
 Destination
 gears
 ems
-wonít
+won’t
 optimum
 draws
 arcane
@@ -15780,7 +15780,7 @@ velocity
 phenomenon
 Caravaggio
 Franco
-weíd
+we’d
 abruptly
 Neighborhood
 cashing
@@ -15866,14 +15866,14 @@ thrashing
 crescents
 caterer
 Interview
-withó
+with¬ó
 Precogs
 Bowery
 discos
 regs
 FORWARD
 overhearing
-ì
+“
 Slaughtered
 Nevermind
 immigrant
@@ -15908,7 +15908,7 @@ pistols
 namby-pamby
 Claudette
 Avanti
-Welló
+Well¬ó
 Doors
 visitin
 slaughterhouse
@@ -15936,7 +15936,7 @@ seeya
 stressing
 foods
 colds
-arenít
+aren’t
 quibble
 draggin
 athletes
@@ -16217,7 +16217,7 @@ Pyro
 high-
 OHMYGOD
 Communicate
-neednít
+needn’t
 Tennessee
 tsk
 Alley
@@ -16268,7 +16268,7 @@ seasoned
 transfusion
 step-dad
 Cineplex
-Charleyó
+Charley¬ó
 sauna
 Hasta
 Cuff
@@ -16911,7 +16911,7 @@ Mahal
 Francais
 coloreds
 Wrigley
-aó
+a¬ó
 Mongoose
 detailed
 ab
@@ -16930,7 +16930,7 @@ enjoyable
 Noah
 canvass
 assaults
-knowóbutó
+know¬óbut¬ó
 Foreplay
 ventriloquist
 icepick
@@ -16941,7 +16941,7 @@ Philippines
 Conference
 cellmate
 Bracken
-Weíd
+We’d
 evaluations
 Kedward
 imagery
@@ -17074,7 +17074,7 @@ intellectually
 committees
 Afghanistan
 heartburn
-Isnít
+Isn’t
 faceless
 Forum
 Peloquin
@@ -17175,7 +17175,7 @@ Eiffel
 courtin
 Supernova
 tainted
-dó
+d¬ó
 Minden
 Dorie
 packages
@@ -17273,7 +17273,7 @@ objective
 ratio
 membrane
 remotes
-Butó
+But¬ó
 staged
 famine
 Butt
@@ -17307,7 +17307,7 @@ frown
 Tuck
 execution
 martyrs
-foró
+for¬ó
 Nostra
 hacks
 Sirrah
@@ -17528,8 +17528,8 @@ Sixty-nine
 Pontius
 crystallized
 polio
-exposÈ
-Youíve
+exposé
+You’ve
 Windex
 pianos
 Ooooh
@@ -17556,7 +17556,7 @@ Sh-h-h-h-h
 psychologically
 Trenton
 greased
-GolitsynÌs
+Golitsynís
 folded
 unleashed
 smut
@@ -17700,7 +17700,7 @@ analogies
 CAST
 borders
 Serpent
-Peteró
+Peter¬ó
 Hablar
 accidently
 margin
@@ -17768,7 +17768,7 @@ Times</i>
 Sir--
 nakedness
 EXACTLY
-uhó
+uh¬ó
 sitcom
 bullies
 Officers
@@ -17825,7 +17825,7 @@ Stinky
 Voca
 Slavery
 Tatopoulos
-Howís
+How’s
 prevail
 plugged
 LeBaron
@@ -17859,7 +17859,7 @@ daring
 telephoning
 muddle
 Deck
-fiancÈe
+fiancée
 res
 asthmatic
 rec
@@ -18018,7 +18018,7 @@ Well--
 Itches
 Tune
 nodded
-Havenít
+Haven’t
 heartwarming
 bids
 Instruments
@@ -18123,7 +18123,7 @@ update
 occured
 embarassing
 oc
-youíll
+you’ll
 ow
 meine
 Bachelor
@@ -18555,7 +18555,7 @@ legwork
 citizenship
 migrate
 cathedral
-Youíll
+You’ll
 Janosz
 --You
 clowning
@@ -18925,7 +18925,7 @@ constitutional
 <u>Rache</u>
 vent
 transmitting
-Yeahó
+Yeah¬ó
 Overman
 spectacular
 repetitions
@@ -18946,7 +18946,7 @@ Travers
 chemo
 Plymouth
 assert
-himó
+him¬ó
 jolly
 Marie-Louise
 foster
@@ -18983,10 +18983,10 @@ Giacomo
 groping
 anticipated
 erection
-Couldnít
+Couldn’t
 Theodosia
 minstrels
-ifó
+if¬ó
 trusty
 assign
 tighter
@@ -19344,7 +19344,7 @@ fixings
 everlasting
 dabbled
 Dimension
-‡
+à
 empties
 readily
 Fielding
@@ -19584,7 +19584,7 @@ Czechoslovakia
 complexes
 Wana
 prevails
-ìWe
+“We
 pineapple
 sanctuary
 Hartman
@@ -19627,7 +19627,7 @@ metabolism
 questionable
 Vista
 fury
-FÈlix
+Félix
 blokes
 Ravell
 icy
@@ -19680,7 +19680,7 @@ Amateurs
 Concord
 aesthetic
 Basquiat
-passÈ
+passé
 Prussia
 Incinerate
 Fools
@@ -19778,7 +19778,7 @@ Archbishop
 merry-go-round
 playmates
 profiling
-couldnít
+couldn’t
 Phoebe
 goats
 Sales
@@ -19799,11 +19799,11 @@ Aid
 Leopold
 shapes
 Seconal
-couldíve
+could’ve
 emanate
 Siena
 Mofet
-thereís
+there’s
 Fravio
 raided
 Karma
@@ -19956,7 +19956,7 @@ accomplishment
 temperatures
 GOODBYE
 Extrapolate
-heíd
+he’d
 dimple
 hoi
 Jules
diff --git a/working_dir/vocab20000.enc b/working_dir/vocab20000.enc
index 8fd5823..022b0ed 100755
--- a/working_dir/vocab20000.enc
+++ b/working_dir/vocab20000.enc
@@ -1529,7 +1529,7 @@ keys
 lock
 lately
 Pretty
-Iím
+I’m
 weather
 wind
 agree
@@ -1568,7 +1568,7 @@ river
 discuss
 heaven
 stayed
-ñ
+–
 pal
 Professor
 helped
@@ -1795,7 +1795,7 @@ burned
 powerful
 balls
 pieces
-óó
+¬ó¬ó
 England
 London
 double
@@ -1949,7 +1949,7 @@ hated
 lesson
 duty
 brings
-donít
+don’t
 touched
 remind
 Honor
@@ -2665,7 +2665,7 @@ reputation
 Security
 pop
 reward
-Itís
+It’s
 Pull
 Top
 Wyatt
@@ -3039,7 +3039,7 @@ bread
 Beverly
 benefit
 According
-Youíre
+You’re
 becomes
 impression
 signature
@@ -3179,7 +3179,7 @@ begins
 outa
 packing
 reached
-ó-
+¬ó-
 )
 estate
 football
@@ -3204,7 +3204,7 @@ Neither
 quarters
 tits
 rescue
-youíre
+you’re
 Russia
 Feel
 assignment
@@ -3407,7 +3407,7 @@ stands
 parking
 shoulda
 option
-ññ
+––
 Hope
 Enough
 Deborah
@@ -3508,7 +3508,7 @@ Excellent
 exercise
 Kids
 accounts
-didnít
+didn’t
 someday
 Babe
 lemme
@@ -3609,7 +3609,7 @@ pushed
 uses
 cloud
 precious
-ó
+¬ó
 marks
 troops
 Drew
@@ -3963,7 +3963,7 @@ Water
 Left
 Imagine
 Taransky
--ó
+-¬ó
 unconscious
 worthy
 confess
@@ -4069,7 +4069,7 @@ bait
 borrowed
 offices
 Bridge
-Furtw‰ngler
+Furtwängler
 Wynant
 grass
 sweep
@@ -4404,7 +4404,7 @@ urgent
 skull
 nap
 stiff
-Whatís
+What’s
 poem
 shed
 tips
@@ -4561,7 +4561,7 @@ magnificent
 tore
 suspicion
 counselor
-canít
+can’t
 legend
 belief
 Pony
@@ -4662,7 +4662,7 @@ Secretary
 cracked
 Fair
 reaction
-Ió
+I¬ó
 bowl
 relieved
 rig
@@ -5552,7 +5552,7 @@ tire
 magician
 PMS
 smack
-Thatís
+That’s
 ninety
 wars
 Kat
@@ -5765,7 +5765,7 @@ mutant
 Lynette
 floors
 weekends
-thatís
+that’s
 Fazeli
 fighters
 yer
@@ -5822,7 +5822,7 @@ traveled
 porn
 Cotton
 Thou
-Iíve
+I’ve
 happier
 larger
 superior
@@ -5997,7 +5997,7 @@ relative
 Somehow
 Romulan
 sunk
-Donít
+Don’t
 awkward
 radar
 Jade
@@ -6230,7 +6230,7 @@ Doctors
 backup
 Connor
 Isabella
-itís
+it’s
 upsetting
 implying
 Others
@@ -6256,7 +6256,7 @@ Chinatown
 defendant
 horny
 backwards
-Iíd
+I’d
 Redi
 payment
 perfection
@@ -6445,7 +6445,7 @@ Vader
 models
 Interpol
 drunken
-Iíll
+I’ll
 prototype
 missiles
 mass
@@ -6886,7 +6886,7 @@ attic
 freaks
 Warner
 arriving
-Whereís
+Where’s
 breakdown
 dinosaur
 Vito
@@ -7064,7 +7064,7 @@ fixing
 sixth
 cousins
 slit
-Leonís
+Leon’s
 gently
 buttons
 Strong
@@ -7903,7 +7903,7 @@ bushes
 Pass
 sailor
 saloon
-couldnít
+couldn’t
 prescription
 Vermont
 Damned
@@ -7920,7 +7920,7 @@ shelf
 gutter
 tactics
 Positive
-heís
+he’s
 Jules
 bush
 harmony
@@ -8248,7 +8248,7 @@ Watching
 Lucas
 wage
 trading
-doesnít
+doesn’t
 lettuce
 Desert
 digg
@@ -8410,7 +8410,7 @@ Lipnik
 Marcie
 bananas
 shortage
-Thereís
+There’s
 treason
 CD
 Finish
@@ -8543,7 +8543,7 @@ re-
 retain
 tide
 blowin
-Heís
+He’s
 freely
 teasing
 Marlon
@@ -8570,7 +8570,7 @@ Splendid
 western
 prostitute
 treaty
-havenít
+haven’t
 geek
 shutting
 Stifler
@@ -8717,7 +8717,7 @@ wheat
 Fancy
 skeleton
 Indiana
--ñ
+-–
 helm
 vomit
 occasions
@@ -9044,7 +9044,7 @@ Newt
 manual
 dense
 bolt
-weíre
+we’re
 forty-two
 Shelby
 dim
@@ -9424,9 +9424,9 @@ hunnert
 lever
 boast
 prep
-andó
+and¬ó
 eighth
-isnít
+isn’t
 generated
 Dream
 flashing
@@ -10091,7 +10091,7 @@ volunteer
 Winifred
 slammed
 ads
-î
+”
 Shostakovich
 Scooter
 vegetables
@@ -10235,7 +10235,7 @@ slime
 Missy
 flirt
 accents
-whatís
+what’s
 Gatling
 Cape
 outdone
@@ -10609,7 +10609,7 @@ suspension
 aft
 disasters
 trauma
-wasnít
+wasn’t
 Hubert
 Willy
 Aww
@@ -10920,8 +10920,8 @@ groceries
 Assuming
 Piss
 Nash
-butó
-£00
+but¬ó
+£00
 Kris
 galaxy
 Chino
@@ -11361,7 +11361,7 @@ Alison
 Fremont
 Arabs
 beacon
-weíll
+we’ll
 non-
 des
 den
@@ -11499,8 +11499,8 @@ curve
 hesitation
 Grayson
 compensate
-wouldnít
-Whoís
+wouldn’t
+Who’s
 numb
 pilots
 conceived
@@ -11994,7 +11994,7 @@ decline
 conception
 contractor
 shaped
-thereís
+there’s
 Jasper
 Elmer
 MacNeil
@@ -12031,7 +12031,7 @@ Rheya
 Wales
 untie
 concepts
-heíd
+he’d
 dreamer
 admirable
 Giang
@@ -12050,7 +12050,7 @@ man--
 Congressional
 lighthouse
 Wilbur
-JosÈ
+José
 Sin
 Sim
 Fleming
@@ -12084,7 +12084,7 @@ jokers
 airlines
 Ebby
 scrape
-RamÛn
+Ramón
 aweary
 Delaney
 wadn
@@ -12334,7 +12334,7 @@ stretching
 chipper
 Cort
 siren
-youíve
+you’ve
 goon
 Ban
 Amendment
@@ -12385,7 +12385,7 @@ Smoke
 mafia
 Reign
 scholars
-Letís
+Let’s
 voltage
 Delacroix
 convey
@@ -12588,7 +12588,7 @@ instability
 two-thirty
 internet
 Behave
-£0
+£0
 on-
 rehab
 uninterrupted
@@ -12598,7 +12598,7 @@ Newcomers
 Landy
 jitters
 Mhravitch
-onó
+on¬ó
 Ethiopia
 etcetera
 kilometer
@@ -12759,7 +12759,7 @@ rectangle
 cappuccino
 degradation
 runt
-wonít
+won’t
 Domingo
 psychologists
 madhouse
@@ -12783,7 +12783,7 @@ Republic
 forty-six
 Proudfoot
 layers
-WhatÌs
+Whatís
 detonated
 obsessing
 Juvenile
@@ -12805,7 +12805,7 @@ respectable
 Dreams
 Rawlston
 soy
-Theyíre
+They’re
 thirst
 forgettin
 Medicine
@@ -12916,7 +12916,7 @@ demolitions
 functional
 ankles
 investigative
-ainít
+ain’t
 Shane
 Therapy
 girdle
@@ -12947,7 +12947,7 @@ Waldo
 Chamber
 ingredients
 Delivery
-meó
+me¬ó
 Hopper
 unrelated
 helmets
@@ -12957,7 +12957,7 @@ intrigue
 McCay
 Catcher
 foods
-arenít
+aren’t
 egos
 fellah
 curator
@@ -13344,7 +13344,7 @@ harmed
 jog
 titties
 chrissakes
-Weíve
+We’ve
 unclear
 Lili
 responds
@@ -13557,7 +13557,7 @@ Gould
 permits
 groves
 piers
-nowó
+now¬ó
 morbid
 Tyson
 fudge
@@ -14019,7 +14019,7 @@ Dove
 hub
 hum
 Osgood
-sonís
+son’s
 dickhead
 Morgue
 sacked
@@ -14339,12 +14339,12 @@ bazaar
 Plain
 Marjorie
 pawn
-Sheís
+She’s
 graveyards
 Hamunaptra
 tents
 specifications
-youíd
+you’d
 fifty-
 cunts
 fait
@@ -14354,7 +14354,7 @@ repented
 devotion
 pitches
 decade
-meanó
+mean¬ó
 waltzing
 runway
 Gorgeous
@@ -14774,7 +14774,7 @@ appeals
 --if
 Cassandra
 Czechoslovakia
-toó
+to¬ó
 yank
 [Do
 Pickin
@@ -14921,7 +14921,7 @@ Safety
 consumption
 Maynard
 sie
-fiancÈe
+fiancée
 rusted
 badges
 Cab
@@ -15087,7 +15087,7 @@ girlish
 Auction
 cockpit
 reared
-itó
+it¬ó
 contender
 mean--
 auditions
@@ -15162,7 +15162,7 @@ contemptible
 rugrats
 ramp
 Mistake
-ìNot
+“Not
 Seventy-five
 pompous
 Callaghan
@@ -15284,7 +15284,7 @@ mobile
 analogy
 <u>more</u>
 Nine-thirty
-fiancÈ
+fiancé
 Random
 plausible
 probable
@@ -15320,7 +15320,7 @@ Video
 rug--
 immoral
 Figures
-Címon
+C’mon
 Disaster
 Marcee
 crazed
@@ -15658,7 +15658,7 @@ Columbus
 mma
 shits
 Tobacco
-ëem
+‘em
 challenging
 protects
 Dardis
@@ -15698,7 +15698,7 @@ noodle
 flares
 lending
 unlimited
-ñ-
+–-
 Randal
 pros
 Signed
@@ -15955,7 +15955,7 @@ floater
 pasa
 BREAKING
 colonists
-donÌt
+donít
 retroactive
 traumatized
 scramble
@@ -16041,7 +16041,7 @@ maturity
 charmer
 squirm
 Ann--
-tható
+that¬ó
 windowsill
 glows
 puttem
@@ -16086,7 +16086,7 @@ boutique
 troughed
 relays
 Iran
-Alm·sy
+Alm√°sy
 quarry
 burglarized
 brew
@@ -16121,7 +16121,7 @@ Patten
 probally
 Pirates
 gripping
-nutsó
+nuts¬ó
 gymnastics
 Meridian
 imaginary
@@ -16151,7 +16151,7 @@ airlift
 plow
 separates
 blocking
-eró
+er¬ó
 sixty-four
 flung
 indicates
@@ -16162,7 +16162,7 @@ Delegation
 <i>You
 valor
 jerking
-IóI
+I¬óI
 Type
 Clerc
 barrier
@@ -16332,7 +16332,7 @@ Television
 roommates
 remnants
 wishful
-houseó
+house¬ó
 sunken
 *like*
 musket
@@ -16684,7 +16684,7 @@ Gambler
 puffy
 <u>take</u>
 triangulate
-Youíd
+You’d
 Anaesthesia
 zere
 Gratia
@@ -16773,7 +16773,7 @@ cub
 womanly
 Helburn
 hallucinations
-theyíre
+they’re
 <u>here</u>
 Jelly
 Bog
@@ -16802,7 +16802,7 @@ MOVIE
 aspired
 dowdy
 Butte
-youóó
+you¬ó¬ó
 che
 Driver
 charcoal
@@ -17485,7 +17485,7 @@ Mahal
 confessions
 Primal
 dawg
-aó
+a¬ó
 ai
 au
 beaming
@@ -17612,7 +17612,7 @@ disordered
 twine
 gooks
 firms
-brotherís
+brother’s
 moonlighting
 Stuck
 getup
@@ -18089,7 +18089,7 @@ sissy
 backlog
 [Italian-American
 ROK
-JellóO
+Jell¬óO
 ROW
 expansion
 COMING
@@ -18132,9 +18132,9 @@ Habeas
 butting
 Pacqualinincheewa
 reconciled
-someoneís
+someone’s
 pianos
-isó
+is¬ó
 harmonics
 drowsiness
 indulge
@@ -18311,7 +18311,7 @@ Lutz
 handcuffed
 rightful
 Walked
-óyou
+¬óyou
 drills
 Blues
 Thorpey
@@ -18383,7 +18383,7 @@ Daly
 humanitarian
 cramped
 hillside
-Friedmanís
+Friedman’s
 Granger
 gills
 shylock
@@ -18519,7 +18519,7 @@ DeWitt
 netting
 junkies
 Kiersey
-anythingó
+anything¬ó
 buster
 wr
 commend
@@ -18578,7 +18578,7 @@ Houses
 raids
 big-ass
 mi
-showersóand
+showers¬óand
 dither
 Sark
 Lorl
@@ -18960,7 +18960,7 @@ Argentina
 spatulas
 SOMETHING
 trout
-óthe
+¬óthe
 cataleptic
 Ramsey
 powdered
@@ -18975,7 +18975,7 @@ Electronics
 Quentin
 contacting
 irons
-thisó
+this¬ó
 Scanners
 upwards
 Olympics
@@ -19182,7 +19182,7 @@ Ferguson
 grieving
 Bogot
 escaping
-tó
+t¬ó
 weirder
 one-armed
 watcha
@@ -19191,7 +19191,7 @@ schoolgirl
 Paisley
 imminent
 dilly
-heÌs
+heís
 fundamental
 turbine
 brig
@@ -19312,7 +19312,7 @@ manhole
 -time
 momentary
 Senate--and
-í
+’
 fourteenth
 skulls
 *I
@@ -19384,7 +19384,7 @@ Jeb
 Reporter
 <u>wasn
 obeying
-Theyíve
+They’ve
 Turley
 Moose
 farce
@@ -19777,7 +19777,7 @@ minority
 Mmmerrick
 indignity
 communal
-IÌve
+Iíve
 Niccoletti
 Sanford
 befall
@@ -19785,14 +19785,14 @@ ghastly
 shitheads
 Steak
 what-you
-ItÌs
+Itís
 Presence
 bono
 Curious
 bona
 first-class
 rehearsed
-favoró
+favor¬ó
 Cafe
 Checkers
 features
@@ -19836,7 +19836,7 @@ dreamy
 malleability
 policia
 that-that
-clichÈ
+cliché
 maneuvering
 electromagnetic
 Jericho
@@ -19881,7 +19881,7 @@ say-so
 smelly
 <u>love</u>
 Detectives
-wifeís
+wife’s
 sensor
 Well--looks
 sideways
-- 
2.11.0