Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem in installation - Sourcekitten skipping #164

Closed
anbarasu0504 opened this issue Feb 20, 2015 · 12 comments
Closed

Problem in installation - Sourcekitten skipping #164

anbarasu0504 opened this issue Feb 20, 2015 · 12 comments
Assignees
Milestone

Comments

@anbarasu0504
Copy link

can someone help in setting jazzy properly

Fetching: jazzy-0.1.1.gem (100%)
Building native extensions.  This could take a while...
Successfully installed jazzy-0.1.1
Parsing documentation for jazzy-0.1.1
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/Commandant.framework/Commandant, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Commandant, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftdoc, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/Commandant.framework/Versions/A/Modules/Commandant.swiftmodule/x86_64.swiftmodule, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/LlamaKit.framework/LlamaKit, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/LlamaKit, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftdoc, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/LlamaKit.framework/Versions/A/Modules/LlamaKit.swiftmodule/x86_64.swiftmodule, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/SourceKittenFramework, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/SwiftXPC, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftdoc, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/Modules/SwiftXPC.swiftmodule/x86_64.swiftmodule, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/SwiftXPC.framework/Versions/A/SwiftXPC, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCore.dylib, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftCoreGraphics.dylib, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDarwin.dylib, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftDispatch.dylib, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftFoundation.dylib, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftObjectiveC.dylib, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Frameworks/libswiftSecurity.dylib, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftdoc, skipping
unable to convert "\xE2" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/Modules/SourceKittenFramework.swiftmodule/x86_64.swiftmodule, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/SourceKittenFramework.framework/Versions/A/SourceKittenFramework, skipping
unable to convert "\xCF" from ASCII-8BIT to UTF-8 for lib/jazzy/SourceKitten/sourcekitten, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/jazzy/assets/img/carat.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/jazzy/assets/img/dash.png, skipping
unable to convert "\x89" from ASCII-8BIT to UTF-8 for lib/jazzy/assets/img/gh.png, skipping
Installing ri documentation for jazzy-0.1.1
1 gem installed
@segiddins
Copy link
Collaborator

what's the output of env | grep LANG?

@anbarasu0504
Copy link
Author

am getting nothing when i ran env | grep LANG? in terminal

-MacBook-Pro:~ Anbu$ env | grep LANG?
-MacBook-Pro:~ Anbu$ 

@anbarasu0504
Copy link
Author

any way to get this working ??

@kfeuerherm
Copy link

@segiddins I've just run a jazzy installation and got the same errors.

In my case, the ouput of env | grep LANG yields LANG=en_CA.UTF-8.

@kfeuerherm
Copy link

@anbarasu0504 Ok, found this: http://stackoverflow.com/questions/18235293/ruby-on-rails-unable-to-convert-x89-from-ascii-8bit-to-utf-8-for-xxx-xxxx-x

doing the sudo gem install rdoc as suggested there, then uninstalling and reinstalling jazzy gave me a clean instal.

@anbarasu0504
Copy link
Author

@kfeuerherm Thanks . it worked 👍

@kfeuerherm
Copy link

@anbarasu0504 Glad to hear. If you are aware of any clear documentation on the protocols for using this, let me know. Doesn't seem to be particularly well documented--a real irony for a documentation system....

@jpsim
Copy link
Collaborator

jpsim commented Apr 7, 2015

I think this issue was fixed in #152. Please let me know if you still run into this even when installing v0.1.4 or later.

Yes, documentation around jazzy has been lacking, mostly due to lack of time to work on it. If you have any specific questions, please ask them.

@jpsim jpsim closed this as completed Apr 7, 2015
@kfeuerherm
Copy link

I had sent a message to segiddins but got no reply. It’s been a while so I’ve forgotten the details. I think I was wondering what the format for the tags is, e.g. :params: or whatever….

On Apr 7, 2015, at 10:54, JP Simard notifications@github.com wrote:

I think this issue was fixed in #152 #152. Please let me know if you still run into this even when installing v0.1.4 or later.

Yes, documentation around jazzy has been lacking, mostly due to lack of time to work on it. If you have any specific questions, please ask them.


Reply to this email directly or view it on GitHub #164 (comment).

@jpsim
Copy link
Collaborator

jpsim commented Apr 7, 2015

jazzy will render the same format Xcode expects as documentation (see this excellent NSHipster guide: http://nshipster.com/swift-documentation/). Beyond that, you can use Markdown in your comment and jazzy will render that into HTML.

@kfeuerherm
Copy link

I think I’ve read that nshipster article already and it must have left me with some questions. I will have to get back to this. I’m not (yet) familiar with markdown so I will look into that.

Of course… what XCode expects is changing, and that’s half the problem :)

Thanks for the pointers.

On Apr 7, 2015, at 11:43, JP Simard notifications@github.com wrote:

jazzy will render the same format Xcode expects as documentation (see this excellent NSHipster guide: http://nshipster.com/swift-documentation/ http://nshipster.com/swift-documentation/). Beyond that, you can use Markdown in your comment and jazzy will render that into HTML.


Reply to this email directly or view it on GitHub #164 (comment).

@JoshHrach
Copy link

I just did an install of jazzy today using "gem install jazzy", as specified. It installed version 0.6.0. However, I also was seeing all of this 'unable to convert' output. Do we still need to install rdoc?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants