Charset problem with Postmodern no Common Lisp (SLIME)

Asked

Viewed 83 times

4

I am trying to prepare an environment to study the development of web applications in Common Lisp. As I am without a personal computer at the moment, I am trying to learn from the Lispbox to have a Clozure CL + SLIME + Quicklisp environment without installation.

I’m following this tutorial to study. I can no longer follow because, by reaching that line to test:

(with-connection (db-params)
  (query (:select (:+ 1 2)) :single))

I get the following error:

Invalid byte 0x6F inside a character.
   [Condition of type TRIVIAL-UTF-8:UTF-8-DECODING-ERROR]

From what I understand, it’s a charset mistake (and I think it’s with Postmodern, not Hunchentoot). But as I couldn’t find any help or documentation about this configuration, I am asking this question.

  • I don’t understand how you access this environment. You have access to Postgresql administration tools, such as psql on the machine where the database is?

  • Yes, I used Postgresql with pgAdmin III normally.

1 answer

-1

Tried adding UTF-8 to Heroku?

Use the command:

$ heroku config:add LANG=en_US.UTF-8
  • You are using an area for answers, maybe it would be good to say, because the way it is can be confused with a comment by some users and be flagged

  • Sorry. There’s a way to switch to min?

  • You can change yourself, click the [Edit] button. No need to apologize, rs.. happens

  • vlw by touch =)

  • Just to clarify: 1) it was not I who voted against; 2) the fact that you changed your answer was not what motivated the vote against. Actually I don’t even understand the subject, I only informed you because of the same formatting

  • hassle-free...

  • Thanks for your attention. I didn’t try this, but I think it’s not the problem, because this error occurred during the local tests. It had nothing to do with Heroku yet.

Show 2 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.